From befa9d130181ff99d155a6df454c40fba0d9736a Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Mon, 4 Jul 2022 14:24:57 +0200 Subject: Ensure that Nulls are ignored in creating slide shows. Also ensure that Nulls are ignored in sectionification by `makeSections`. Closes #8155. --- test/command/8155.md | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) create mode 100644 test/command/8155.md (limited to 'test/command') diff --git a/test/command/8155.md b/test/command/8155.md new file mode 100644 index 000000000..966bff871 --- /dev/null +++ b/test/command/8155.md @@ -0,0 +1,19 @@ +``` +% pandoc -f native -t revealjs +[ Null +, Header + 2 + ( "header-after-null" , [] , [] ) + [ Str "Header" + , Space + , Str "after" + , Space + , Str "null" + ] +] +^D +
+

Header after null

+ +
+``` -- cgit v1.2.3