Skip to main content
Version: 3.x.x 🚧

GFM Examples

Example 1-11

{2 properties}

Blocks and inlines

Precedence

Example 12-12

#12
{2 properties}

Leaf blocks

Thematic breaks

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

Example 13-31

{2 properties}

ATX headings

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

Example 32-49

{2 properties}

Setext headings

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

Example 50-76

{2 properties}

Indented code blocks

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

Example 77-88

{2 properties}

Fenced code blocks

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

Example 89-117

{2 properties}

HTML blocks

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

Example 118-160

{2 properties}

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

Example 161-188

{2 properties}

Paragraphs

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

Example 189-196

{2 properties}

Blank lines

Example 197-197

#197
{2 properties}

Tables (extension)

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

Example 198-205

{2 properties}

Container blocks

Block quotes

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

Example 206-230

{2 properties}

List items

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

Example 231-278

{2 properties}

Task list items (extension)

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

Example 279-280

{2 properties}

Lists

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

Example 281-306

{2 properties}

Inlines

Example 307-307

#307
{2 properties}

Backslash escapes

Example 308-320

{2 properties}

Entity and numeric character references

Example 321-337

{2 properties}

Code spans

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

Example 338-359

{2 properties}

Emphasis and strong emphasis

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

Example 360-490

{2 properties}

Strikethrough (extension)

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

Example 491-492

{2 properties}

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

Example 493-534

{2 properties}

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

Example 535-579

{2 properties}

Images

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

Example 580-589

{2 properties}

Reference images

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

Example 590-601

{2 properties}

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

Example 602-620

{2 properties}

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

Example 621-631

{2 properties}

Raw HTML

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

Example 632-652

{2 properties}

Hard line breaks

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

Example 654-668

{2 properties}

Soft line breaks

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

Example 669-670

{2 properties}

Textual content

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

Example 671-673

{2 properties}