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.

Jump to: Statements Referenced by

Statements (51)

Predicate Object
instanceOf Markdown dialect
lightweight markup language
alsoKnownAs GFM NERFINISHED
basedOn Markdown NERFINISHED
conformsTo CommonMark specification (with extensions) NERFINISHED
developedBy GitHub NERFINISHED
documentedAt https://github.github.com/gfm/
extends original Markdown syntax
optimizedFor code review discussions
issue tracking
project documentation
rendering source code snippets
parsersAvailableIn Go NERFINISHED
JavaScript NERFINISHED
Python
Ruby NERFINISHED
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 NERFINISHED
GitHub.com NERFINISHED

Referenced by (1)

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

Markdown hasVariant GitHub Flavored Markdown