summaryrefslogtreecommitdiff
path: root/tests/typ/text
AgeCommit message (Collapse)Author
2024-04-13Better test runner (#3922)Laurenz
2024-04-04Let the lexer respect linebreaks within inline raw (#3756)Leedehai
2024-03-01Add rounded corners and strokes to highlight (#3526)frozolotl
2024-02-28Externalize assets (#3515)Laurenz
2024-02-21Wider callsite span (#3466)Laurenz
2024-02-20Fix transparent text in PNG export (#3444)frozolotl
2024-02-15Better quote selection (#3422)Laurenz
2024-01-29Do not parse special spaces to Space Token (#3267)Peng Guanwen
2024-01-25Add symbol name for narrow non-breaking space (#3217)Tobias Rapp
2023-12-19Add stroke for text (#2970)Wenzhuo Liu
2023-11-19Fix linebreaking at the end of linksLaurenz
Fixes #2689
2023-11-15Lexer change: Allow emphasis in CJK text without spaces (#2648)Peng Guanwen
2023-11-14Translate local names to Greek (#2684)Dimitri Kokkonis
Additionally, add support for single and double quotes in Greek.
2023-10-31CSL supportLaurenz
2023-10-29Linebreaking for linksLaurenz
2023-10-10Add `quote` element (#2252)tingerrr
2023-10-10Add `raw.line` (#2341)Sébastien d'Herbais de Thun
2023-10-09Use/allow U+2212 MINUS SIGN instead of U+002D HYPHEN MINUS everywhere (#2318)MALO
2023-10-03Fix test failureLaurenz
Before we tested with an unavailable font, but the hyphens were still visible. But now the hyphens respect fallback too, so it's really hard to test it. I am removing the test for now.
2023-10-03ShapedText::push_hyphen: Use self.base for default hyphen range (#2299)bluebear94
In the unlikely chance that we hyphenate after an empty line, we set the glyph range to self.base..self.base so that subtracting Fixes #2283.
2023-09-25Add `background` parameter to `overline`, `underline` and `strike` (#2219)tingerrr
2023-09-25Add custom smart quotes (#2209)tingerrr
2023-09-11Update tests for type system changesLaurenz
2023-09-11Provide `highlight` function for setting the background color of text (#2076)LU Jialin
2023-08-31Replace tabs with spaces in raw elements. (#2042)Anton Wetzel
2023-08-23Render opening smart quote after another opening quote of a different type ↵bluebear94
(#1559)
2023-07-19Support OpenType writing script (#1697)damaxwell
2023-07-17Support for bounding box text edges (#1626)damaxwell
2023-07-17Load theme for raw code (#1675)Myriad-Dreamin
2023-07-10Do not take empty lines into account when computing `raw` block dedent (#1676)MALO
2023-07-06Raw syntax definition loading (#1655)Sébastien d'Herbais de Thun
2023-06-28Reintroduce `--root`Laurenz
2023-06-24Use third person in documentation (#1560)MALO
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-30Support syntax highlighting for more languages (#771)Gabriel Wu
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-19resolve #510: reverse quote direction in RTL languages (#1183)Naim A
2023-05-11Improve alignment of text inside raw blocks (#1034)Pg Biel
2023-05-03Make ligatures copyable and searchableLaurenz
Fixes #479 Fixes #1040
2023-04-27Correct some typos (#987)Alexander Seiler
2023-04-26Allow passing `region` to LocalName (#926)pan93412
2023-04-24Spanish quote marks (#941)Luis David Licea Torres
2023-04-19Give more specific error messages (#881)Leedehai
2023-04-13Add comment at end of line test (#783)Alex Saveau
2023-04-13Make math punctuation tests more complete (#782)Alex Saveau
2023-04-13Fix linebreak after inline objects with metadataLaurenz
2023-03-28Fix parsing of language in single-tick raw literals (#401)frozolotl
2023-03-19Renaming and refactoringLaurenz
2023-03-10New #[func] macroLaurenz