1
0
mirror of https://github.com/kognise/water.css.git synced 2025-08-11 23:54:12 +02:00

Fix character entities

This commit is contained in:
kimulaco
2019-10-03 14:06:32 +09:00
parent 16345af22c
commit a92d7ee596

View File

@@ -266,16 +266,16 @@
for how to change it). A URL for the source of the quotation may be given
using the
<code>cite</code> attribute, while a text representation of the source can
be given using the <code>&ltcite&gt</code> cite element.'
be given using the <code>&lt;cite&gt;</code> cite element.'
<footer>
<cite>MDN, 'The Block Quotation element'</cite>
</footer>
</blockquote>
<q>Quotes (&ltq&gt) share the same style as blockquotes.</q>
<q>Quotes (&lt;q&gt;) share the same style as blockquotes.</q>
<p>Use &ltmark&gt to <mark>highlight the important stuff</mark>.</p>
<p>Use &lt;mark&gt; to <mark>highlight the important stuff</mark>.</p>
<ul>
<li>Unordered list item 1</li>