lini 0.2.0

A small, human-readable language for plain-text diagrams that compiles to clean SVG
Documentation
// Defines and containers — the shape-composition vocabulary.

treat::box { radius: 5; }
nest::slant { fill: gray; }

|treat| "Treat"
|nest|  "Nest"

toolbox |group| {
  layout: row; gap: 10;
  |icon| "save"
  |icon| "copy"
}

den |group| {
  layout: column; gap: 8; padding: 12;
  |caption| { font-weight: bold; "Title" }
  "Content"
}