Tables
Basic Table
Header 1 |
Header 2 |
Header 3 |
Cell 1 |
Cell 2 |
Cell 3 |
Cell 4 |
Cell 5 |
Cell 6 |
Alignment
Left Aligned |
Center Aligned |
Right Aligned |
Left |
Center |
Right |
Text |
Text |
Text |
More |
More |
More |
Complex Table
Feature |
Description |
Example |
Pattern |
Regex to match prefixes |
^\d+-- |
Strict Mode |
Fail on collisions |
strict: true |
Link Rewriting |
Update internal links |
strip_links: true |
URL Mapping |
Tracks transformations |
010--file.md → file.md |
Markdown in Tables
Syntax |
Result |
**bold** |
bold |
*italic* |
italic |
[link](#) |
link |
`code` |
code |
Previous: Code Blocks | Next: Admonitions