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
<td>Normative rule <b>without</b> tag/tags and <b>nested <b>bold</b> cases</b>.</td>
135
135
<td>Rule's "summary" property</td>
136
136
</tr>
137
137
<tr>
138
138
<td>This normative rule has no references to the standard. This should only be used in extraordinary circumstances.<br>It does include a link to <ahref="#table1">table1</a> (another normative rule).<br>Has basic adoc formatting such as <b>bold</b>, ita<i>lics</i>, <code>monospace</code>, 2<sup>superscript</sup>, <sub>subscript</sub>, <spanclass="underline">underline</span>,<br>and ≤ (Unicode text for less-than-equals-to) and ≠ (Unicode decimal value for not-equal-to).<br></td>
139
139
<td>Rule's "note" property</td>
140
140
</tr>
141
+
<tr>
142
+
<td>Let's try a nested <b>_bold italics_</b> case or all 3 <b>_`bold italic monospace`_</b> too.</td>
Copy file name to clipboardExpand all lines: tests/norm-rule/expected/test-norm-rules.json
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -23,8 +23,9 @@
23
23
"name": "no_tag",
24
24
"def_filename": "tests/norm-rule/test.yaml",
25
25
"chapter_name": "my-chapter_name",
26
-
"summary": "Normative rule *without* tag/tags",
26
+
"summary": "Normative rule *without* tag/tags and *nested **bold** cases*.",
27
27
"note": "This normative rule has no references to the standard. This should only be used in extraordinary circumstances.\nIt does include a link to <<table1>> (another normative rule).\nHas basic adoc formatting such as *bold*, ita__lics__, `monospace`, 2^superscript^, ~subscript~, [.underline]#underline#,\nand ≤ (Unicode text for less-than-equals-to) and ≠ (Unicode decimal value for not-equal-to).\n",
28
+
"description": "Let's try a nested *_bold italics_* case or all 3 *_`bold italic monospace`_* too.",
0 commit comments