From 751427745417c7702a1546b1368db297a44b21e0 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 25 May 2019 18:26:21 +0300 Subject: HTML reader: trim definition list terms --- test/command/html-trim-definition-list-terms.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 test/command/html-trim-definition-list-terms.md (limited to 'test') diff --git a/test/command/html-trim-definition-list-terms.md b/test/command/html-trim-definition-list-terms.md new file mode 100644 index 000000000..08e58c73a --- /dev/null +++ b/test/command/html-trim-definition-list-terms.md @@ -0,0 +1,17 @@ +``` +% pandoc -f html -t native +
+
+ foo + bar +
+
+ baz +
+
test
+
+^D +[DefinitionList + [([Str "foo",SoftBreak,Str "bar",LineBreak,Str "baz"], + [[Plain [Str "test"]]])]] +``` -- cgit v1.2.3