Writeopia
Toggle table of contents
common
Platform filter
common
Switch theme
Search in API
Writeopia
plugin:writeopia_export
/
io.writeopia.sdk.export
/
DocumentToMarkdown
/
parse
parse
fun
parse
(
document
:
Map
<
Int
,
StoryStep
>
,
parseStep
:
(
StoryStep
)
->
Pair
<
ContentAdd
,
String
?
>
=
::parseStep
,
prettyPrint
:
Boolean
=
false
)
:
String