# GitHub Flavored Markdown Spec
Version 0.29-gfm (2019-04-06)
This formal specification is based on the CommonMark Spec (opens new window) by John MacFarlane (opens new window) and licensed under 
 (opens new window)
- 1. Introduction
 - 2. Preliminaries
 - 3. Blocks and inlines
 - 4. Leaf blocks
 - 5. Container blocks
 - 6. Inlines 
- 6.1 Backslash escapes
 - 6.2 Entity and numeric character references
 - 6.3 Code spans
 - 6.4 Emphasis and strong emphasis
 - 6.5 Strikethrough (extension)
 - 6.6 Links
 - 6.7 Images
 - 6.8 Autolinks
 - 6.9 Autolinks (extension)
 - 6.10 Raw HTML
 - 6.11 Disallowed Raw HTML (extension)
 - 6.12 Hard line breaks
 - 6.13 Soft line breaks
 - 6.14 Textual content
 
 - Appendix: A parsing strategy