2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -1
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 %}