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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

14 lines
281 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` |
| Neither | Left | Center | Right |
|---------|:-----|:------:|------:|
| one | two | three | four |