aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.asciidoc
diff options
context:
space:
mode:
authorJohn MacFarlane <jgm@berkeley.edu>2014-07-20 12:24:53 -0700
committerJohn MacFarlane <jgm@berkeley.edu>2014-07-20 12:24:53 -0700
commit0f01421f81f6075d7f76e66b3d2515cddf5ccdb9 (patch)
treebede28b17b5e081e9e7794e8fcb317944a3ac540 /tests/writer.asciidoc
parenta7b64532f54725ebc20f066295307389b8b4cbe0 (diff)
downloadpandoc-0f01421f81f6075d7f76e66b3d2515cddf5ccdb9.tar.gz
AsciiDoc writer: Double markers in intraword emphasis.
Closes #1441.
Diffstat (limited to 'tests/writer.asciidoc')
-rw-r--r--tests/writer.asciidoc8
1 files changed, 4 insertions, 4 deletions
diff --git a/tests/writer.asciidoc b/tests/writer.asciidoc
index fbe0036d8..799f174fd 100644
--- a/tests/writer.asciidoc
+++ b/tests/writer.asciidoc
@@ -429,11 +429,11 @@ Hr’s:
Inline Markup
-------------
-This is _emphasized_, and so _is this_.
+This is __emphasized__, and so __is this__.
-This is *strong*, and so *is this*.
+This is **strong**, and so **is this**.
-An _link:/url[emphasized link]_.
+An __link:/url[emphasized link]__.
*_This is strong and em._*
@@ -445,7 +445,7 @@ So is *_this_* word.
This is code: `>`, `$`, `\`, `\$`, `<html>`.
-[line-through]*This is _strikeout_.*
+[line-through]*This is __strikeout__.*
Superscripts: a^bc^d a^_hello_^ a^hello there^.