aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <[email protected]>2026-01-03 11:20:28 -0500
committerJohn MacFarlane <[email protected]>2026-01-03 11:20:28 -0500
commit91f6d08beaa7742d1e0188a716eedd938e78cc9d (patch)
treee41d60b7e521645320bbf062a000cfc4c21cf8b6 /test
parentcbdb72eecdf7b9e74633a3346833fcbf311ef711 (diff)
AsciiDoc writer: use a span with role for SmallCaps.
Closes #11374.
Diffstat (limited to 'test')
-rw-r--r--test/command/11374.md6
1 files changed, 6 insertions, 0 deletions
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#
+```