From 75c881e2d97df015857a18ec46df0ecc17347778 Mon Sep 17 00:00:00 2001 From: Nils Carlson Date: Mon, 23 Nov 2020 06:23:30 +0000 Subject: OpenDocument Writer: Implement Div and Span ident support (#6755) Spans and Divs containing an ident in the Attr will become bookmarks or sections with idents in OpenDocument format. --- test/command/6755.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 test/command/6755.md (limited to 'test/command') diff --git a/test/command/6755.md b/test/command/6755.md new file mode 100644 index 000000000..b6ff0fc0b --- /dev/null +++ b/test/command/6755.md @@ -0,0 +1,11 @@ +``` +%pandoc -f native -t opendocument +[Div ("divId",[],[]) + [Para [Str "Here",Space,Str "is",Space,Str "a",Space,Str "div."]], +Para [Span ("spanId",[],[]) [Str "And",Space,Str "here",Space,Str "is",Space,Str "a",Space,Str "span."]]] +^D +Here +is a div. +And +here is a span. +``` -- cgit v1.2.3