diff options
| author | John MacFarlane <[email protected]> | 2025-02-28 22:55:39 -0800 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2025-02-28 22:55:39 -0800 |
| commit | 97ec88a16cee291f6fb8c2663fa416f2338c4d30 (patch) | |
| tree | 7e2d6c9706b7ccd406f6e79e1a497b197581354c /test/typst-reader.native | |
| parent | 085c4ffbc0a3dcdd57ac0572685750a82b4f77ff (diff) | |
Update typst test.
Diffstat (limited to 'test/typst-reader.native')
| -rw-r--r-- | test/typst-reader.native | 83 |
1 files changed, 35 insertions, 48 deletions
diff --git a/test/typst-reader.native b/test/typst-reader.native index b9b4d9fc1..fdfd52d35 100644 --- a/test/typst-reader.native +++ b/test/typst-reader.native @@ -192,25 +192,23 @@ Pandoc [ Para [ Span ( "" , [] , [ ( "align" , "center" ) ] ) - [ Underline - [ Link - ( "" , [] , [] ) - [ SoftBreak - , Strong - [ Str "Typst" - , Space - , Str "Math" - , Space - , Str "for" - , Space - , Str "Undergrads" - ] - , SoftBreak + [ Link + ( "" , [] , [] ) + [ SoftBreak + , Strong + [ Str "Typst" + , Space + , Str "Math" + , Space + , Str "for" + , Space + , Str "Undergrads" ] - ( "https://github.com/johanvx/typst-undergradmath" - , "" - ) + , SoftBreak ] + ( "https://github.com/johanvx/typst-undergradmath" + , "" + ) ] ] , Para @@ -259,16 +257,13 @@ Pandoc , Str "at" , Space , Underline - [ Underline - [ Link - ( "" , [] , [] ) - [ Str - "https://gitlab.com/jim.hefferon/undergradmath" - ] - ( "https://gitlab.com/jim.hefferon/undergradmath" - , "" - ) + [ Link + ( "" , [] , [] ) + [ Str "https://gitlab.com/jim.hefferon/undergradmath" ] + ( "https://gitlab.com/jim.hefferon/undergradmath" + , "" + ) ] , Str "." ] @@ -4447,14 +4442,12 @@ Pandoc , Str "Typst," , Space , Underline - [ Underline - [ Link - ( "" , [] , [] ) - [ Str "array" ] - ( "https://typst.app/docs/reference/typst/array" - , "" - ) - ] + [ Link + ( "" , [] , [] ) + [ Str "array" ] + ( "https://typst.app/docs/reference/typst/array" + , "" + ) ] , Space , Str "is" @@ -5329,12 +5322,10 @@ Pandoc , Str "at" , Space , Underline - [ Underline - [ Link - ( "" , [] , [] ) - [ Str "https://typst.app/docs" ] - ( "https://typst.app/docs" , "" ) - ] + [ Link + ( "" , [] , [] ) + [ Str "https://typst.app/docs" ] + ( "https://typst.app/docs" , "" ) ] , Str "." ] @@ -5344,14 +5335,10 @@ Pandoc , Space , Str "(" , Underline - [ Underline - [ Underline - [ Link - ( "" , [] , [] ) - [ Str "https://github.com/johanvx" ] - ( "https://github.com/johanvx" , "" ) - ] - ] + [ Link + ( "" , [] , [] ) + [ Str "https://github.com/johanvx" ] + ( "https://github.com/johanvx" , "" ) ] , Str ")" , Space |
