Commit 4df96c76 authored by Chris Rebert's avatar Chris Rebert

fix description of <mark>

#12956 errata
parent eea9eabb
...@@ -107,7 +107,7 @@ ...@@ -107,7 +107,7 @@
<!-- Inline text elements --> <!-- Inline text elements -->
<h2 id="type-inline-text">Inline text elements</h2> <h2 id="type-inline-text">Inline text elements</h2>
<h3>Marked text</h3> <h3>Marked text</h3>
<p>For indicating blocks of text that have been deleted use the <code>&lt;mark&gt;</code> tag.</p> <p>For highlighting a run of text due to its relevance in another context, use the <code>&lt;mark&gt;</code> tag.</p>
<div class="bs-example"> <div class="bs-example">
<p>You can use the mark tag to <mark>highlight</mark> text.</p> <p>You can use the mark tag to <mark>highlight</mark> text.</p>
</div> </div>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment