lini 0.2.0

A small, human-readable language for plain-text diagrams that compiles to clean SVG
Documentation
1
2
3
4
5
6
7
8
9
// A |table| is a grid that draws dividers and has gap: 0; cells are bare text
// that auto-flows into the tracks (SPEC ยง8).

basket |table| {
  columns: 80 140 80;
  "Fruit" "Quantity" "Notes"
  "Apple" "12"       "fresh"
  "Mango" ""         "ripe"
}