This adds a bunch of tests to better exercise the HTML rendering and to be able to track any changes in its behavior. This includes a new `check_all_main_files` to more conveniently check the HTML content of every chapter in a book.
13 lines
281 B
Markdown
13 lines
281 B
Markdown
# 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 |
|