Luce::Document
Inherits Reference < Object
Maintains the context needed to parse a Markdown document
Constructors
Instance methods
DEPRECATED Use #encode_html? instead. Will be removed in version 1.0.
Footnotes label by appearing order.
They are case-sensitive and added by ref syntax.
Footnote ref count, keys are case-sensitive and added by define syntax.
DEPRECATED Use #has_custom_inline_syntaxes? instead. Will be removed in version 1.0
Parses the given inline Markdown text to a series of AST nodes.
Parses the given lines of Line to a series of AST nodes.
Parses the given lines of Markdown to a series of AST nodes.
Whether to use default block syntaxes
Whether to use default block syntaxes
Whether to use default inline syntaxes.
Need to set both with_default_block_syntaxes? and encode_html? to
false to disable all inline syntaxes including HTML encoding syntaxes.
Whether to use default inline syntaxes.
Need to set both #with_default_block_syntaxes? and #encode_html? to
false to disable all inline syntaxes including HTML encoding syntaxes.