diff options
| author | John MacFarlane <[email protected]> | 2025-10-26 22:43:02 +0100 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-10-26 22:43:18 +0100 |
| commit | 9639a33b171a9b280f3c9bbad618d6ddeb5efe6e (patch) | |
| tree | 25b1de831fd5b3e33bbcbee709dc00b30c8e0b9b /test/typst-reader.native | |
| parent | 8b4e72e969ae1488d4d5241a3b60924a79f129af (diff) | |
Use dev versions of typst-hs, texmath, typst-symbols.
Diffstat (limited to 'test/typst-reader.native')
| -rw-r--r-- | test/typst-reader.native | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/test/typst-reader.native b/test/typst-reader.native index fdfd52d35..57676466f 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -3208,7 +3208,7 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\hslash" + [ Math InlineMath "\295" , Str "\8192" , Code ( "" , [] , [] ) "planck.reduce" @@ -3610,12 +3610,14 @@ Pandoc [ Para [ Span ( "" , [ "box" ] , [] ) - [ Math InlineMath "\\leftrightarrow" + [ Math + InlineMath "\\longleftrightarrow" , Str "\8192" - , Code ( "" , [] , [] ) "<->" + , Code ( "" , [] , [] ) "<-->" , Str "," , Space - , Code ( "" , [] , [] ) "arrow.l.r" + , Code + ( "" , [] , [] ) "arrow.l.r.long" ] ] ] |
