summaryrefslogtreecommitdiff
path: root/tests/coma.typ
AgeCommit message (Collapse)Author
2020-10-13Simple regression testing with file-based comparisons โœ…Laurenz
2020-10-03Port to kurbo ๐ŸŽ‹Laurenz
2020-09-01Remove superfluous star โŒLaurenz
2020-09-01Add section headings ๐Ÿ‘จโ€๐ŸฆฒMartin Haug
Co-authored-by: Laurenz Mรคdje <laurmaedje@gmail.com>
2020-08-29Make align not behave box-like and smarter ๐Ÿ“ฆLaurenz
Doesn't layout contents into a box anymore, instead layouting inline in the parent context. Also makes axis inferring for center alignents smarter (just because I had fun doing it). It's unsure whether we want to keep it because it might be confusing.
2020-08-02Refactor argument parsing ๐Ÿ”ฌLaurenz
2020-08-02Unify font and page functions ๐Ÿ’•Laurenz
- Removes font weight and width warnings for now, will be added again later - Adds a bit hacky get_first function for tuples, will be refactored soon anyway
2020-02-04Serialize layouts with serde ๐Ÿ” Laurenz
2020-02-03Port tests ๐ŸšLaurenz