diff options
| author | John MacFarlane <[email protected]> | 2023-05-30 10:28:19 -0700 |
|---|---|---|
| committer | John MacFarlane <[email protected]> | 2023-06-06 16:08:14 -0700 |
| commit | 46a4e24d6b03ed88915541a57650f78ec06f6250 (patch) | |
| tree | 4a2845047fe1e00afd3b7c03c34b04ad859fbacd /test/command | |
| parent | 6182769307a5dc99cfd0e95fadd2a131d7cc8a02 (diff) | |
Add typst reader.
New module Text.Pandoc.Readers.Typst [API change].
Diffstat (limited to 'test/command')
| -rw-r--r-- | test/command/6288.md | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/test/command/6288.md b/test/command/6288.md index 042e0a72e..4c1e6d5a0 100644 --- a/test/command/6288.md +++ b/test/command/6288.md @@ -4,7 +4,5 @@ <label>I</label><title>Introduction</title> </sec> ^D -[ Header - 1 ( "" , [] , [] ) [ Str "I." , Space , Str "Introduction" ] -] +[ Header 1 ( "" , [] , [] ) [ Str "Introduction" ] ] ``` |
