Module doc_chunks::markdown

source ·
Expand description

Erase cmark syntax

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

Structs

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

Enums

  • 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.