aboutsummaryrefslogtreecommitdiff
path: root/tests/writer.asciidoc
diff options
context:
space:
mode:
Diffstat (limited to 'tests/writer.asciidoc')
-rw-r--r--tests/writer.asciidoc10
1 files changed, 6 insertions, 4 deletions
diff --git a/tests/writer.asciidoc b/tests/writer.asciidoc
index fbe0036d8..4b063fe68 100644
--- a/tests/writer.asciidoc
+++ b/tests/writer.asciidoc
@@ -378,6 +378,7 @@ foo
And nested without indentation:
foo
+
bar
Interpreted markdown in a table:
@@ -386,6 +387,7 @@ And this is *strong*
Here’s a simple block:
foo
+
This should be a code block, though:
-------
@@ -429,11 +431,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 +447,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^.