class markdown::Document

sys::Obj
  markdown::Node
    markdown::Block
      markdown::Document

@Js

Source

Document is the root node of the AST

file

File? file { private set }

Source

Get the file this document was generated from, or null if not known

make

new make()

Source

withFile

This withFile(File file)

Source

Set the file that was used to generate this document