summaryrefslogtreecommitdiff
path: root/testdata/inline_parser/macro_pass_q_test.txt
diff options
context:
space:
mode:
Diffstat (limited to 'testdata/inline_parser/macro_pass_q_test.txt')
-rw-r--r--testdata/inline_parser/macro_pass_q_test.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/testdata/inline_parser/macro_pass_q_test.txt b/testdata/inline_parser/macro_pass_q_test.txt
new file mode 100644
index 0000000..067ce43
--- /dev/null
+++ b/testdata/inline_parser/macro_pass_q_test.txt
@@ -0,0 +1,15 @@
+Test macro pass with inline markup substitutions only.
+
+>>> pass_q.adoc
+
+pass:q[quote: _emphasis_, *strong*],
+pass:q[`monospace`, ^superscript^, ~subscript~],
+pass:q["`double curved quotes`", and '`single curved quotes`'].
+
+<<< pass_q.html
+
+<div class="paragraph">
+<p>quote: <em>emphasis</em>, <strong>strong</strong>,
+<code>monospace</code>, <sup>superscript</sup>, <sub>subscript</sub>,
+&#8220;double curved quotes&#8221;, and &#8216;single curved quotes&#8217;.</p>
+</div>