summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Collapse)Author
2023-06-09Undo regex type renameLaurenz
Unnecessary breaking change for now
2023-06-09Translate TOML datetime properlyLaurenz
2023-06-09Adjust outline indent optionLaurenz
2023-06-09Rename `cramp` to `cramped`Laurenz
2023-06-09Treat function-looking code in attachment as function (#985)Alex Saveau
2023-06-09Don't type check matrices (#1442)Alex Saveau
2023-06-08Improve footnote handling for multi-page blocksLaurenz
2023-06-08Fix footnote in columnsLaurenz
Fixes #1433
2023-06-08Fix a bug with footnotes in blocks/lists/etc.Laurenz
This still not gives the "footnote and entry" are on same page invariant for blocks, but at least we do not get random extraneous page breaks anymore. Relevant issues: #1275, #1433
2023-06-08Fix a bug in footnote together-keeping logicLaurenz
2023-06-08Fix line alignmentLaurenz
Fixes #1398. How this works for the other shapes is a hack, but the line was missing from that hack.
2023-06-07add calc.exp, calc.ln (#1299)Jett Chen
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-06-07refactor: Replace once_cell to std lib (#1402)Yang Hau
2023-06-06Improve value casting infrastructureLaurenz
2023-06-06Rename `into_u16` to `as_u16`Laurenz
2023-06-01Bugfix of CJK punctuation adjustment (#1384)Peng Guanwen
2023-05-30Add NumberingKind variants for Korean (#1360)Sung Jeon
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Unicode code point conversion (#1068) (#1132)Erik Bünnig
2023-05-30Add a base parameter to str() (#1362)Lynn
2023-05-30Use icu4x for linebreaking algorithm (#1355)Peng Guanwen
2023-05-30Fix doc linksLaurenz
2023-05-30Fix pagebreak before `place`Laurenz
Fixes #1368
2023-05-30Support syntax highlighting for more languages (#771)Gabriel Wu
Co-authored-by: Laurenz <laurmaedje@gmail.com>
2023-05-30Custom outline indenting (#1157)Pg Biel
2023-05-30Add `fields` method to content (#1340)MALO
2023-05-29Fix `.at(default: ...)` for strings and content (#1339)Pg Biel
2023-05-29Add regression test for fix 3eb1f31 (#1320)Leedehai
2023-05-24Rework delimiter errorsLaurenz
Fixes #572
2023-05-23Fix layout panic in rounded rectangleLaurenz
Fixes #1216 both by hardening the rounded rectangle against negative size and by ensuring that the negative size doesn't occur in the first place for this case.
2023-05-23Fix tests on windows (#1222)Eric Biedert
2023-05-23Forced size command in math (#1128)sitandr
2023-05-23Add support for date & time handling (#435)Laurenz Stampfl
2023-05-22Fix and simplify reference supplementsLaurenz
- Fixes #873 by properly handling `none` supplement for`ref`. - Fixes #523 by adding a `supplement` parameter to `math.equation` - In the future, we can remove supplement functions in favor of show-set rules with fine-grained selectors. Currently, this is not possible because show-set + synthesis doesn't play well together
2023-05-22Don't hide introspection metadataLaurenz
Fixes #622
2023-05-22Fix field access on styled elementLaurenz
Fixes #1197
2023-05-22Fix removal order for dictionaryLaurenz
Switches to `shift_remove` for now. In the future, we should look into a more efficient implementation. Fixes #1258.
2023-05-22Clearer error messages for failed comparisonsLaurenz
Fixes #1231
2023-05-20FootnotesLaurenz
2023-05-20Check crate docs in CILaurenz
2023-05-19resolve #510: reverse quote direction in RTL languages (#1183)Naim A
2023-05-19Fixed symbol style reset in stretching (#1195)sitandr
2023-05-19Print the string that is not castable to number (#1207)Leedehai
2023-05-19Update string doc: index can be negative (#1198)Leedehai
2023-05-17Show default values in documentationLaurenz
Fixes #169 Fixes #1102
2023-05-17Fix figure detectionLaurenz
2023-05-16Bump comemoLaurenz
2023-05-15Do not hang CJK punctuation (#1211)Peng Guanwen
2023-05-12Show rules for symbols (fixes #1130) (#1175)sitandr
2023-05-12Support for align parameter in table to take an array (#1087) (#1149)jassler
2023-05-12Initial support for breakable figures (#1121)Pg Biel