summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-10-31More useful `Spec` helpersLaurenz
2021-10-31Fix panic in pad nodeLaurenz
2021-10-29Switch to borrowed strings in `split_lines`Laurenz
2021-10-29Dedent code blocksLaurenz
2021-10-29Allow multiple template bodiesLaurenz
2021-10-28Add `move` functionLaurenz
2021-10-26Simplify node constructionLaurenz
2021-10-26Fr in stack and parLaurenz
2021-10-26Trim `mailto:` and `tel:` from linksLaurenz
2021-10-25Highlight `set`, `show` and `wrap`Laurenz
2021-10-25Replace `..` syntax with `range` functionLaurenz
2021-10-23Drop `iso-` prefix for A papersLaurenz
2021-10-23Simplify decorationsLaurenz
2021-10-23Introduce page / block / inline levelsLaurenz
2021-10-23Remove directions from gridLaurenz
2021-10-23Revise block node contractLaurenz
2021-10-23New `ShapeNode`Laurenz
2021-10-23Remove inline alignment from stackLaurenz
2021-10-10Rename `State` to `Style` and move it into its own moduleLaurenz
2021-10-10Move paint and colors into `geom`Laurenz
2021-10-10Make `none` spreadableLaurenz
2021-10-07Slim down and organize paper sizesLaurenz
2021-10-05Refactor a bitLaurenz
2021-10-05Don't fit images to remaining heightLaurenz
2021-10-05Error on out-of-range values in `rgb`Laurenz
2021-10-05Rename `length` to `size` in `square()`Laurenz
2021-10-05Always use first positional argument in `expect()`Laurenz
2021-10-05Add `assert` functionLaurenz
2021-10-05Let `h`, `v` and `pagebreak` return templateLaurenz
2021-10-05Paper longhand for page functionLaurenz
2021-10-05Fill shorthand for font functionLaurenz
2021-10-05Rename insert/ to elements/Laurenz
2021-10-05Iterate over grapheme clusters instead of charsLaurenz
2021-10-05Change indent requirements to allow alignmentLaurenz
2021-10-05Change precedence of range expressionLaurenz
2021-10-02Simpler and more versatile row and column gutter argumentsLaurenz
2021-10-02Fix panic in grid due to empty auto rowLaurenz
2021-09-30New default fontsLaurenz
2021-09-30Treat lone hashtag as textLaurenz
2021-09-30Better function and closure pretty printingLaurenz
2021-09-30Support `else if`Laurenz
2021-09-30No hashtag before else anymoreLaurenz
2021-09-29Implement `Display` for `Tracepoint`Laurenz
2021-09-29Make file system loader serializableLaurenz
2021-09-29Put rand behind layout cache featureLaurenz
2021-09-28Allow linear values for text edgesLaurenz
2021-09-27Refactor line reordering from callback to iteratorLaurenz
2021-09-27Add spacing capabilities to stack functionLaurenz
2021-09-27Fix panic due to bad alignments in stack functionLaurenz
2021-09-27More useful incremental checksLaurenz