icyleaf/markd

Lexer Blocks & Inlines

icyleaf opened this issue · 0 comments

CommonMark spec: Block & Inlines

Container Blocks:

  • Block quote
  • List Items
  • List

Leaf Blocks:

  • Thematic breaks
  • ATX headings
  • Setext headings
  • Indented code blocks
  • Fenced code blocks
  • HTML blocks
  • Link reference definitions
  • Paragraphs
  • Blank lines

Inlines:

  • Backslash escapes
  • Entity and numeric character references
  • Code spans
  • Emphasis and strong emphasis
  • Links
  • Images
  • Autolinks
  • Raw HTML
  • Hard line breaks
  • Soft line breaks
  • extual content