class Crst::ExplicitMarkupParser

Overview

Parses explicit markup blocks (.. footnote, citation, target, substitution, comment)

Extracted from Parser to handle explicit markup that starts with ".. "

Defined in:

crst/explicit_markup_parser.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(parser : Parser, config : Config) #

[View source]

Instance Method Detail

def parse_explicit_markup(reader : LineReader, line_offset : Int32) : Node #

[View source]