Constant comfy_table::presets::ASCII_MARKDOWN
source · [−]pub const ASCII_MARKDOWN: &'static str = "|| |-||| ";
Expand description
Markdown like table styles.
| Hello | there |
|-------|-------|
| a | b |
| c | d |