Expand description
Utilities for handling Kramdown-specific syntax
Kramdown is a superset of Markdown that adds additional features like Inline Attribute Lists (IAL) for adding attributes to elements.
Functions§
- has_
span_ ial - Check if text ends with a Kramdown span IAL (inline attribute)
- is_
kramdown_ block_ attribute - Check if a line is a Kramdown block attribute (IAL - Inline Attribute List)
- is_
kramdown_ extension_ close - Check if a line is a Kramdown extension closing tag
- is_
kramdown_ extension_ open - Check if a line is a Kramdown extension opening tag (multi-line, not self-closing)
- is_
kramdown_ extension_ self_ closing - Check if a line is a self-closing Kramdown extension: {::options … /}, {::comment /}
- is_
math_ block_ delimiter - Check if a line starts a math block