We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6a2a68 commit 5f6a57eCopy full SHA for 5f6a57e
src/test/suite/fixtures/expected/test.html
@@ -127,7 +127,7 @@ <h2><strong>text effects:</strong></h2>
127
<div><strong>strong</strong></div>
128
<div><strong>bold text</strong></div>
129
<div><i>emphasis</i></div>
130
-<div><i>italics</i> : Thing_x_</div>
+<div><i>italics</i> : Thing<i>x</i></div>
131
<div><i>italics with spaces</i></div>
132
<div><cite>citation</cite> <br /></div>
133
<div><span style="text-decoration: line-through">deleted</span> <br /></div>
src/test/suite/fixtures/testfiles/common/test.confluence
@@ -43,7 +43,7 @@ h2. *text effects:*
43
44
_emphasis_
45
46
-_italics_ : Thing_x_
+_italics_ : Thing{_}x_
47
48
_italics with spaces_
49
0 commit comments