Crst::InlineParser
Inherits Reference < Object
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
Constructors
new(config : Config = Config.new)
Source