aboutsummaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2018-11-15 22:29:15 -0800
committerJohn MacFarlane <jgm@berkeley.edu>2018-11-15 22:29:15 -0800
commite61d1d0da9692b4695c03b7e9f67028d25181ccc (patch)
tree589814e9da3834c500ac12070b2d8d1c8fe4a16f /test
parent2347babbf0d93d1025cb822d55255dfcd8cb3e57 (diff)
downloadpandoc-e61d1d0da9692b4695c03b7e9f67028d25181ccc.tar.gz
Asciidoc writer: Render Spans using `[#id .class]#contents#`.
See #5080.
Diffstat (limited to 'test')
-rw-r--r--test/command/5080.md6
1 files changed, 6 insertions, 0 deletions
diff --git a/test/command/5080.md b/test/command/5080.md
new file mode 100644
index 000000000..cd191eb98
--- /dev/null
+++ b/test/command/5080.md
@@ -0,0 +1,6 @@
+```
+pandoc -t asciidoc
+[foo *bar*]{.small .red key=val}
+^D
+[.small .red]#foo _bar_#
+```