Module markdown

Source
Expand description

Erase cmark syntax

Resulting overlay is plain and can be fed into a grammar or spell checker.

Structs§

Ignores
Explicitly ignored markdown entities. The Default implementation means we do not ignore anything, which is the backwards compatible configuration.
PlainOverlay
A plain representation of cmark riddled chunk.

Enums§

SourceRange
Describes whether there is a matching segment in the source, of if it is a placeholder for i.e. a code block or inline code. These placeholders are required for grammar checks.