Markdown Guide
Supported markdown syntax and extensions
Markdown Guide
RepoDocs supports GitHub Flavored Markdown (GFM) plus additional features.
Basic Syntax
Headings
Text Formatting
Bold text, Italic text, Strikethrough, Inline code
Links
Images
Code Blocks
RepoDocs uses Shiki for syntax highlighting with 150+ languages.
JavaScript
TypeScript
Python
Bash
Tables
| Column 1 | Column 2 | Column 3 |
|---|---|---|
| Cell 1 | Cell 2 | Cell 3 |
| Cell 4 | Cell 5 | Cell 6 |
Lists
Unordered
- Item 1
- Item 2
- Nested item
- Another nested
- Item 3
Ordered
- First item
- Second item
- Third item
Task Lists
- Completed task
- Incomplete task
- Another task
Blockquotes
This is a blockquote. It can span multiple lines.
Horizontal Rule
Frontmatter
Every page can have YAML frontmatter: