You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: testing/110/indexpage.xml
+5Lines changed: 5 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,13 @@
12
12
Text with <computeroutput>double</computeroutput> backtick. <linebreak/>
13
13
Text with <computeroutput>double and `single` form</computeroutput> of backticks. <linebreak/>
14
14
Text with <computeroutput>double backtick `ending`</computeroutput> in triple backtick. <linebreak/>
15
+
Text with <computeroutput>double backtick `` inside single</computeroutput> backtick. <linebreak/>
15
16
Text with `escaped` backticks. <linebreak/>
16
17
Text with triple ``` backtick not at the start of the line. <linebreak/>
18
+
Text with <computeroutput>X``Y</computeroutput> embedded double backticks inside backticks. <linebreak/>
19
+
Text in double quotes <ldquo/>left`right<rdquo/> with embedded backtick. <linebreak/>
20
+
Text in double quotes <ldquo/>left'right<rdquo/> with embedded single quote. <linebreak/>
21
+
Text in single quotes <lsquo/>left''right<rsquo/> with embedded double quote. <linebreak/>
17
22
<programlisting><codeline><highlightclass="normal">Text<sp/>inside<sp/>triple<sp/>backticks</highlight></codeline><codeline><highlightclass="normal">Nested<sp/>`single`<sp/>backtick</highlight></codeline><codeline><highlightclass="normal">Nested<sp/>``</highlight><highlightclass="keywordtype">double</highlight><highlightclass="normal">``<sp/>backtick</highlight></codeline></programlisting> More text after triple backtick section. </para>
0 commit comments