pulldown-cmark-mdcat 2.9.1

Render pulldown-cmark events to TTY
Documentation
---
source: pulldown-cmark-mdcat/tests/render.rs
assertion_line: 123
expression: "render_to_string(markdown_file, &ansi_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 
───────