lini 0.1.0

A small, human-readable language for plain-text diagrams that compiles to clean SVG
Documentation
1
2
3
4
5
basket |table| layout:(3, 3) col-widths:[80, 140, 80] row-heights:28 {
  |cell| "Fruit"  weight:bold; |cell| "Quantity" weight:bold; |cell| "Notes" weight:bold
  |cell| "Apple"; |cell| "12";                                |cell| "fresh"
  |cell| "Mango"; |cell| "3";                                 |cell| "ripe"
}