visdown is an open source text markup language created in 2016 by Amit Kapoor.
| #821on PLDB | 10Years Old |
git clone https://github.com/amitkaps/visdownWrite visualisation using a simple declarative markup like you would write code. Just wrap it in fenced block (three backticks) and mark the language as vis.
```vis
data:
url: data/cars.csv
mark: point
encoding:
x:
field: kmpl
type: quantitative
y:
field: price
type: quantitative
```