summaryrefslogtreecommitdiff
path: root/tests/lang/typ/raw.typ
AgeCommit message (Collapse)Author
2021-02-20Reorganize tests ๐Ÿ”€Laurenz
2021-02-17Refresh tests ๐ŸŒŠLaurenz
2021-02-03Tidy up raw blocks ๐ŸงนLaurenz
- Better trimming (only trim at the end if necessary) - Fixed block-level layouting - Improved pretty printing - Flip inline variable to block - Flip inline variable to display for math formulas
2021-01-31Refresh tests ๐Ÿ”„Laurenz
2021-01-30Interpret two backticks as single-backtick block โœ…Laurenz
2021-01-30New syntax ๐Ÿ’ŽLaurenz
- Everything everywhere! - Blocks with curly braces: {} - Templates with brackets: [] - Function templates with hashtag: `#[f]` - Headings with equals sign: `= Introduction`
2021-01-17Assertions with [eq] + better tests ๐ŸฉบLaurenz
2021-01-16Flip test directory structure ๐Ÿ”ƒLaurenz
Move full/lang/library to the top-level as that's more ergonomic to use.