typst/tests/typ/markup
Laurenz 57ca9628c1 Better space coalescing logic 🌧
This creates a smaller state machine helper type for softness coalescing, which does not own the resulting nodes. While this creates a bit more duplication in stack and par builder, it makes it a lot easier to integrate additional logic into the paragraph builder.

Furthermore:
- Line breaks are now "hard", that is, not coalesced with each other.
- Text nodes with equal style are now merged allowing for example `f{}i` to form a ligature.
2021-03-27 21:52:39 +01:00
..
emph.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
escape.typ Configurable font edges ⚙ 2021-03-19 13:20:58 +01:00
heading.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
linebreak.typ Better space coalescing logic 🌧 2021-03-27 21:52:39 +01:00
nbsp.typ Better space coalescing logic 🌧 2021-03-27 21:52:39 +01:00
parbreak.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
raw.typ Syntax functions 🚀 2021-03-21 17:50:56 +01:00
strong.typ Fix bug with line spacing after headings 2021-03-22 01:14:37 +01:00