GitHub Flavored Markdown

This page is a quick demo of GitHub Flavored Markdown (GFM) features in Methanol.

What is GFM?

GFM is the Markdown “dialect” used by GitHub. It extends basic Markdown with practical authoring features such as:

In Methanol, GFM is enabled by default. You can disable it in config:

// methanol.config.js
export default () => ({
	gfm: false
})

See also: Configuration

It’s useful when you’re validating your Markdown pipeline (MDX/MD parsing, styles, and theme rendering).

www.example.com, https://example.com, and [email protected].

Footnote

A note1

Strikethrough

one or two tildes.

Table

abcd
1234
IIIIIIIV

Tasklist

Footnotes

  1. Big note.