mdbook/tests/testsuite/markdown/tables/src/tables.md

10 lines
172 B
Markdown
Raw Normal View History

2025-04-21 19:08:27 -07:00
# Tables
| foo | bar |
| --- | --- |
| baz | bim |
| Backslash in code | `\` |
| Double back in code | `\\` |
| Pipe in code | `\|` |
| Pipe in code2 | `test \| inside` |