---
source: pulldown-cmark-mdcat/tests/render.rs
expression: "render_to_string(markdown_file, &iterm2_settings)"
input_file: pulldown-cmark-mdcat/tests/markdown/samples/tables.md
---
Normal table:
─────────────────────────────────────────────────────
[1mleft aligned[0m [1mcentered[0m [1mright aligned[0m [1mno alignment[0m
─────────────────────────────────────────────────────
cell cell cell cell
cell cell cell cell
cell cell cell cell
─────────────────────────────────────────────────────
Table without body:
──────
[1mhead[0m
──────
──────
Table with empty cells:
──────
[1ma[0m [1mb[0m
──────
──────
Inline markups in table:
───────
[1mhead[0m
───────
[3ma[0m [1mb[0m [33mc[0m
───────