Module markdown_it::common::sourcemap
source · Expand description
Tools to work with source positions and mapping.
Structs
- Positions of the start and the end of an AST node.
- Holds source code, allows to calculate
line:columnfrom byte offset.