aboutsummaryrefslogtreecommitdiff
path: root/test/writer.rst
diff options
context:
space:
mode:
authorFrancesco Occhipinti <focchi.pinti@gmail.com>2018-04-26 21:17:51 +0200
committerJohn MacFarlane <jgm@berkeley.edu>2018-04-26 12:17:51 -0700
commiteef1c211f58f0a2ffc6c500bd2158569b83fca1f (patch)
tree63612cad375a97c2ce84d4ed4174d85f74757639 /test/writer.rst
parentcfa4eee28bc3d6521f806bc37c937e9615d15588 (diff)
downloadpandoc-eef1c211f58f0a2ffc6c500bd2158569b83fca1f.tar.gz
RST reader: flatten nested inlines, closes #4368 (#4554)
nested inlines are not valid RST syntax, so we flatten them following some readability criteria discussed in #4368.
Diffstat (limited to 'test/writer.rst')
-rw-r--r--test/writer.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/writer.rst b/test/writer.rst
index 3353d11d3..0c986b887 100644
--- a/test/writer.rst
+++ b/test/writer.rst
@@ -615,21 +615,21 @@ This is *emphasized*, and so *is this*.
This is **strong**, and so **is this**.
-An *`emphasized link </url>`__*.
+An `emphasized link </url>`__.
-***This is strong and em.***
+**This is strong and em.**
-So is ***this*** word.
+So is **this** word.
-***This is strong and em.***
+**This is strong and em.**
-So is ***this*** word.
+So is **this** word.
This is code: ``>``, ``$``, ``\``, ``\$``, ``<html>``.
-[STRIKEOUT:This is *strikeout*.]
+[STRIKEOUT:This is strikeout.]
-Superscripts: a\ :sup:`bc`\ d a\ :sup:`*hello*` a\ :sup:`hello there`.
+Superscripts: a\ :sup:`bc`\ d a\ :sup:`hello` a\ :sup:`hello there`.
Subscripts: H\ :sub:`2`\ O, H\ :sub:`23`\ O, H\ :sub:`many of them`\ O.