MarkdownDocWriter
@Js
class MarkdownDocWriter : Obj, DocWriter
MarkdownDocWriter outputs a fandoc model to Markdown
Callback to perform link resolution and checking for every Link element
Callback to perform image link resolution and checking
virtual Void docEnd(Doc doc)
virtual Void docStart(Doc doc)
virtual Void elemEnd(DocElem elem)
virtual Void elemStart(DocElem elem)
static Void main(Str[] args)
new make(OutStream out)
|Image|? : onImage
Callback to perform image link resolution and checking
|Link|? : onLink
Callback to perform link resolution and checking for every Link element
virtual Void text(DocText text)