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
issue_11972 Incorrect indentation for custom command following list
Creatin an extra, invisible, linebreak to solve the issue.
HTML output is, visually, the same (as well as PDF and RTF). XML slightly improved by creating the right / better paragraph structure
Copy file name to clipboardExpand all lines: testing/009/class_bug.xml
+10-2Lines changed: 10 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,16 @@
12
12
<briefdescription>
13
13
</briefdescription>
14
14
<detaileddescription>
15
-
<para>Description <xrefsectid="bug_1_bug000002"><xreftitle>Bug</xreftitle><xrefdescription><para>Function bug<itemizedlist><listitem><para>list item 1 in bug</para></listitem><listitem><para>list item 2 in bug</para></listitem></itemizedlist>
16
-
</para></xrefdescription></xrefsect></para>
15
+
<para>Description</para>
16
+
<para>
17
+
<xrefsectid="bug_1_bug000002">
18
+
<xreftitle>Bug</xreftitle>
19
+
<xrefdescription>
20
+
<para>Function bug<itemizedlist><listitem><para>list item 1 in bug</para></listitem><listitem><para>list item 2 in bug</para></listitem></itemizedlist>
Copy file name to clipboardExpand all lines: testing/009/class_deprecated.xml
+9-1Lines changed: 9 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,15 @@
12
12
<briefdescription>
13
13
</briefdescription>
14
14
<detaileddescription>
15
-
<para>Do deprecated things. <xrefsectid="deprecated_1_deprecated000002"><xreftitle>Deprecated</xreftitle><xrefdescription><para>No not use this function anymore. </para></xrefdescription></xrefsect></para>
0 commit comments