---
source: pulldown-cmark-mdcat/tests/render.rs
assertion_line: 122
expression: "render_to_string(markdown_file, &dumb_settings)"
input_file: pulldown-cmark-mdcat/tests/markdown/samples/tables.md
---
Normal table:
─────────────────────────────────────────────────────
left aligned centered right aligned no alignment
─────────────────────────────────────────────────────
cell cell cell cell
cell cell cell cell
cell cell cell cell
─────────────────────────────────────────────────────
Table without body:
──────
head
──────
──────
Table with empty cells:
──────
a b
──────
──────
Inline markups in table:
───────
head
───────
a b c
───────