Skip to content

jon-freed/github-flavored-markdown-workarounds

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GitHub Flavored Markdown Workarounds

Has GitHub not displayed your README.md or other Markdown the way you want it displayed? Then please fork this repository, document your discrepancy and any workaround you have found, and submit a pull request.

Background

GitHub has its own GitHub Flavored Markdown (GFM) based on a GitHub Flavored Markdown Spec. GitHub uses the Spec to guide its display of Markdown files, especially the ubiquitous README.md files found in nearly every repository hosted on GitHub.

GFM has limitations. See the Workarounds sections below for details and workarounds.

Workarounds

Prefixed Headings, aka Numbered Headings

Outline headings with a decimal or alphanumeric prefix scheme are desirable. The GFM Spec itself uses a decimal scheme. However, GFM does not do automatically numbered headings in plain Markdown. You have to do a workaround where you mix plain Markdown with HTML, and even then GitHub's style sheets can cause difficulties.

Your identified discrepancy and workaround here!

What does GFM not do for you, and what is your workaround, if any?

About

Workarounds regarding GitHub Flavored Markdown.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published