Skip to main content

ASCII_MARKDOWN

Constant ASCII_MARKDOWN 

Source
pub const ASCII_MARKDOWN: &'static str;
Available on crate feature table only.
Expand description

Markdown like table styles.

| Hello | there |
|-------|-------|
| a     | b     |
| c     | d     |