GitHub Flavored Markdown

E695745

GitHub Flavored Markdown is an extended version of Markdown used on GitHub that adds features like fenced code blocks, tables, task lists, and syntax highlighting tailored for software development workflows.

All labels observed (2)

How this entity was disambiguated

Statements (51)

Predicate Object
instanceOf Markdown dialect
lightweight markup language
alsoKnownAs GFM
basedOn Markdown
conformsTo CommonMark specification (with extensions)
linked to: CommonMark
developedBy GitHub
documentedAt https://github.github.com/gfm/
extends original Markdown syntax
optimizedFor code review discussions
issue tracking
project documentation
rendering source code snippets
parsersAvailableIn Go
JavaScript
Python
Ruby
multiple programming languages
primaryDomain collaborative coding workflows
software development documentation
standardizedAs GFM specification
supportsCodeFenceDelimiters triple backticks ```
triple tildes ~~~
supportsFeature HTML blocks
automatic linking of URLs
blockquotes
checklist items
code blocks with language identifiers
emoji shortcodes
fenced code blocks
footnotes (extended CommonMark)
headings
images
inline code
issue and pull request references
links
mention syntax
nested lists
strikethrough
syntax highlighting
tables
tables with alignment
task lists
supportsTableAlignment :--- and ---:
supportsTableSyntax pipe-separated rows
supportsTaskListSyntax [ ] and [x] in list items
usedFor README files
comments
issue descriptions
pull request descriptions
usedOn GitHub Enterprise
linked to: GitHub

GitHub.com
linked to: GitHub

How these facts were elicited

Referenced by (4)

Full triples — surface form annotated when it differs from this entity's canonical label.

Markdown hasVariant GitHub Flavored Markdown
CommonMark influenced GitHub Flavored Markdown
CommonMark relatedTo GitHub Flavored Markdown
Hoedown supportsFeature GitHub-Flavored Markdown extensions
linked to: GitHub Flavored Markdown