Skip to main content
Version: 2.x.x

GFM Examples

Example 1-11

  
  

Blocks and inlines

Precedence

Example 12-12

#12
  
  

Leaf blocks

Thematic breaks

The tokenizer @yozora/tokenizer-thematic-break already supports processing this type of data.

Example 13-31

  
  

ATX headings

The tokenizer @yozora/tokenizer-heading already supports processing this type of data.

Example 32-49

  
  

Setext headings

The tokenizer @yozora/tokenizer-setext-heading already supports processing this type of data.

Example 50-76

  
  

Indented code blocks

The tokenizer @yozora/tokenizer-indented-code already supports processing this type of data.

Example 77-88

  
  

Fenced code blocks

The tokenizer @yozora/tokenizer-fenced-code already supports processing this type of data.

Example 89-117

  
  

HTML blocks

The tokenizer @yozora/tokenizer-html-block already supports processing this type of data.

Example 118-160

  
  

The tokenizer @yozora/tokenizer-definition already supports processing this type of data.

Example 161-188

  
  

Paragraphs

The tokenizer @yozora/tokenizer-paragraph already supports processing this type of data.

Example 189-196

  
  

Blank lines

Example 197-197

#197
  
  

Tables (extension)

The tokenizer @yozora/tokenizer-table already supports processing this type of data.

Example 198-205

  
  

Container blocks

Block quotes

The tokenizer @yozora/tokenizer-blockquote already supports processing this type of data.

Example 206-230

  
  

List items

The tokenizer @yozora/tokenizer-list already supports processing this type of data.

Example 231-278

  
  

Task list items (extension)

The tokenizer @yozora/tokenizer-list already supports processing this type of data.

Example 279-280

  
  

Lists

The tokenizer @yozora/tokenizer-list already supports processing this type of data.

Example 281-306

  
  

Inlines

Example 307-307

#307
  
  

Backslash escapes

Example 308-320

  
  

Entity and numeric character references

Example 321-337

  
  

Code spans

The tokenizer @yozora/tokenizer-inline-code already supports processing this type of data.

Example 338-359

  
  

Emphasis and strong emphasis

The tokenizer @yozora/tokenizer-emphasis already supports processing this type of data.

Example 360-490

  
  

Strikethrough (extension)

The tokenizer @yozora/tokenizer-delete already supports processing this type of data.

Example 491-492

  
  

The tokenizer @yozora/tokenizer-link already supports processing this type of data.

Example 493-534

  
  

The tokenizer @yozora/tokenizer-link-reference already supports processing this type of data.

Example 535-579

  
  

Images

The tokenizer @yozora/tokenizer-image already supports processing this type of data.

Example 580-589

  
  

Reference images

The tokenizer @yozora/tokenizer-image-reference already supports processing this type of data.

Example 590-601

  
  

The tokenizer @yozora/tokenizer-autolink already supports processing this type of data.

Example 602-620

  
  

The tokenizer @yozora/tokenizer-autolink-extension already supports processing this type of data.

Example 621-631

  
  

Raw HTML

The tokenizer @yozora/tokenizer-html-inline already supports processing this type of data.

Example 632-652

  
  

Hard line breaks

The tokenizer @yozora/tokenizer-break already supports processing this type of data.

Example 654-668

  
  

Soft line breaks

The tokenizer @yozora/tokenizer-break already supports processing this type of data.

Example 669-670

  
  

Textual content

The tokenizer @yozora/tokenizer-text already supports processing this type of data.

Example 671-673