smart-markdown 0.2.3

Parse and render Markdown to ANSI-styled terminal output with live in-place refresh
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
smart markdown render
---

This project describes a rust crate that renders markdown tables to a terminal.


| title1         | title2                      |       | <- terminal full width
|----------------| ----------------------------|       |
| simple content | simple content 2 but longer |       |



| title1                   |  title2                   |
|--------------------------| --------------------------|
| a very long text that    | some other long text that |
| takes two lines now      | can also take multilines  |
|                          | but needs to fit          |