class
Crst::InlineParser
- Crst::InlineParser
- Reference
- Object
Overview
Parser for inline RST markup
This class implements parsing of inline markup with correct precedence:
- Hyperlinks (standalone URIs, emails)
- Roles (:role:
text) - Interpreted text (
text) - Code (
text) - Strong (text)
- Emphasis (text)
- References and targets
Defined in:
crst/inline_parser.crConstructors
Instance Method Summary
-
#parse(text : String) : Array(Node)
Parse inline markup in text and return array of nodes
Constructor Detail
Instance Method Detail
Parse inline markup in text and return array of nodes