From 91f6d08beaa7742d1e0188a716eedd938e78cc9d Mon Sep 17 00:00:00 2001 From: John MacFarlane Date: Sat, 3 Jan 2026 11:20:28 -0500 Subject: AsciiDoc writer: use a span with role for SmallCaps. Closes #11374. --- test/command/11374.md | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 test/command/11374.md (limited to 'test') diff --git a/test/command/11374.md b/test/command/11374.md new file mode 100644 index 000000000..065e81ac5 --- /dev/null +++ b/test/command/11374.md @@ -0,0 +1,6 @@ +``` +% pandoc -f native -t asciidoc +[ Para [ SmallCaps [ Str "foo" ] ] ] +^D +[smallcaps]#foo# +``` -- cgit v1.2.3