1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

fix <mark> raw source to match live example

#12956 errata
This commit is contained in:
Chris Rebert 2014-03-17 03:12:03 -07:00
parent 4d859d177a
commit eea9eabb83

View file

@ -112,7 +112,7 @@
<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 %}