class fandoc::MarkdownDocWriter
sys::Obj fandoc::MarkdownDocWriter : fandoc::DocWriter
@Js
MarkdownDocWriter outputs a fandoc model to Markdown
- docEnd
- docStart
- elemEnd
- elemStart
- main
- make
-
new make(OutStream out := Env.cur().out())
- onImage
-
|Image|? onImage := null
Callback to perform image link resolution and checking
- onLink
-
|Link|? onLink := null
Callback to perform link resolution and checking for every Link element
- text