Complete GitHub Markdown Template - Danyal khan
This repository is a comprehensive GitHub Markdown (GFM) reference with practical examples of every feature you can use inside GitHub repositories.
It’s designed as a quick reference, learning resource, or template for your own projects.
- Headers (H1–H6, alternative syntax)
- Text formatting (bold, italic, strikethrough, subscript, superscript)
- Lists (ordered, unordered, nested, task lists)
- Links & images (inline, reference, relative paths, HTML
<img>
) - Code (inline, fenced blocks, syntax highlighting)
- Tables (basic, aligned, formatted)
- Blockquotes (simple, nested)
- GitHub-specific features (mentions, issue refs, emojis, alerts)
- Advanced features (collapsible sections, footnotes, HTML, escaping)
All examples are documented directly in theComplete_GitHub_Markdown_Template.md
.
You can copy-paste any section into your own repos.
Clone or fork this repository, then open the README.md
file in any Markdown viewer/editor:
git clone https://github.com/codeXdanyal/github-markdown-guide