summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2022-01-29Fix that templates don't create a scopeLaurenz
2022-01-29Add `hide` classLaurenz
2022-01-29Enable for loop over captured argsLaurenz
2022-01-29Allow to add `none` and nodeLaurenz
2022-01-28Support for `wrap`Laurenz
2022-01-28Parse `break`, `continue` and `return` expressionLaurenz
2022-01-28Remove unnecessary groupLaurenz
2022-01-28Parse `show` and `wrap` expressionsLaurenz
2022-01-27Mutex comes from tex and we don't want anyLaurenz
2022-01-27Add Code Block syntax highlightingMartin Haug
2022-01-24Export into rendered imagesLaurenz
2022-01-24Simplify CLILaurenz
2022-01-18Fix table panicLaurenz
2022-01-17Don't do font fallback for unshapable newlinesLaurenz
2022-01-17Basic tablesLaurenz
2022-01-13Faster byte/utf-16 offset conversionsLaurenz
2022-01-13Make use of new Rust 1.58 formatting featureLaurenz
2022-01-13More heading configurationLaurenz
2022-01-13Add `even` and `odd` functionsLaurenz
2022-01-08Make all nodes into classesLaurenz
2022-01-07Scoped stylesLaurenz
2022-01-07Tidy up stylingLaurenz
2022-01-05Lift styles out of individual nodesLaurenz
2022-01-05RefactorLaurenz
2022-01-04Code Review: Your parsers were so preoccupied with whether they couldMartin Haug
2022-01-02Fix parser / space / error bugMartin Haug
2022-01-02Added a test framework for incremental parsingMartin Haug
2021-11-29Deal with offside rule and remove RightWhitespaceMartin Haug
2021-11-28Clarity and bugfixLaurenz
2021-11-28Code Review: Parser, I can't let you do thisMartin Haug
2021-11-27Make incremental parsing simpler and move it somewhere elseMartin Haug
2021-11-18Refactoring and bugfixesMartin Haug
2021-11-10Comments and neighborsMartin Haug
2021-11-09Multiple replacements, escapesMartin Haug
2021-11-09Simplify node mode managementMartin Haug
2021-11-08Deal with the effects of keywordsMartin Haug
2021-11-07TestsMartin Haug
2021-11-06Incremental-safety based approachMartin Haug
2021-11-03Make stuff more elegantMartin Haug
2021-11-02Introduce incremental parsingMartin Haug
2021-12-30Clarifications and small improvementsLaurenz
2021-12-30Style chainsLaurenz
2021-12-30Make clippy a bit happierLaurenz
2021-12-28TidyingLaurenz
2021-12-28Minor changes to columnsMartin Haug
2021-12-27Adjust column size and expansion handlingMartin Haug
2021-12-27Make column child frames expand horizontallyMartin Haug
2021-12-27Iterate over target regions instead in columns loopMartin Haug
2021-12-27Apply simple suggestions from code reviewMartin
2021-12-26Introduce equal-width columnsMartin Haug