Skip to content

Commit f668724

Browse files
committed
[css-ruby] Properly escape markup
1 parent 07a40ad commit f668724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

css-ruby-1/Overview.bs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1594,7 +1594,7 @@ Appendix A: Sample Style Sheets</h2>
15941594
rt + rtc::before { content: ")("; }</pre>
15951595

15961596
Alternatively, if it is known that a purely alternating style of markup is used
1597-
(<code>&lt;ruby>A<rt>a</rt>B<rt>b</rt>C<rt>c</rt>&lt;ruby></code>)
1597+
(<code highlight=html>&lt;ruby>A&lt;rt>a&lt;/rt>B&lt;rt>b&lt;/rt>C&lt;rt>c&lt;/rt>&lt;ruby></code>)
15981598
where there are no adjacent ruby annotations,
15991599
the following rules will add parentheses around each annotation:
16001600

0 commit comments

Comments
 (0)