FandocDocWriter
@Js
class FandocDocWriter : Obj, DocWriter
FandocDocWriter outputs a fandoc model to plain text fandoc format
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)
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)