aboutsummaryrefslogtreecommitdiff
path: root/test/command/11101.md
diff options
context:
space:
mode:
Diffstat (limited to 'test/command/11101.md')
-rw-r--r--test/command/11101.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/test/command/11101.md b/test/command/11101.md
new file mode 100644
index 000000000..77ce03045
--- /dev/null
+++ b/test/command/11101.md
@@ -0,0 +1,15 @@
+```
+% pandoc -f typst -t native
+First paragraph.
+
+#pagebreak()
+
+Second paragraph.
+^D
+[ Para [ Str "First" , Space , Str "paragraph." ]
+, Div
+ ( "" , [ "page-break" ] , [ ( "wrapper" , "1" ) ] )
+ [ HorizontalRule ]
+, Para [ Str "Second" , Space , Str "paragraph." ]
+]
+``` \ No newline at end of file