This represents the whole document and holds global data.
Handling | = | Struct.new(:method, :parse_lines) |
T2_Handling | = | { nil => Handling.new(:t2_block_paragraph, true), 'p' => Handling.new(:t2_block_paragraph, true) |
to_md | -> | old_md |
abbreviations | [RW] | @return [{String => String}] |
ald | [RW] |
Attribute definition lists.
@return [{String => AttributeList}] |
eqid2eq | [RW] | A hash of equation ids to equation elements |
footnotes | [RW] | @return [{String => MDElement}] |
footnotes_order | [RW] | The order in which footnotes are used. Contains the id. |
header_ids | [RW] |
A map of header IDs to a count of how many times they‘ve occurred in
the document.
@return [Hash<String, Number>] |
id_counter | [RW] | A counter for generating unique IDs [Integer] |
refid2ref | [RW] | @return [{String => {String => MDElement}}] |
refs | [RW] | @return [{String => {:url => String, :title => String}}] |
toc | [RW] |
The table of contents for the document.
@return [Section] |