diff options
Diffstat (limited to 'docs/_includes/css')
| -rw-r--r-- | docs/_includes/css/type.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/_includes/css/type.html b/docs/_includes/css/type.html index 9c5aee200..2ea046519 100644 --- a/docs/_includes/css/type.html +++ b/docs/_includes/css/type.html @@ -107,12 +107,12 @@ <!-- Inline text elements --> <h2 id="type-inline-text">Inline text elements</h2> <h3>Marked text</h3> - <p>For indicating blocks of text that have been deleted use the <code><mark></code> tag.</p> + <p>For highlighting a run of text due to its relevance in another context, use the <code><mark></code> tag.</p> <div class="bs-example"> <p>You can use the mark tag to <mark>highlight</mark> text.</p> </div> {% highlight html %} -<mark>This line of text is meant to be treated as deleted text.</mark> +You can use the mark tag to <mark>highlight</mark> text. {% endhighlight %} |
