Commit eea9eabb authored by Chris Rebert's avatar Chris Rebert

fix <mark> raw source to match live example

#12956 errata
parent 4d859d17
...@@ -112,7 +112,7 @@ ...@@ -112,7 +112,7 @@
<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>
{% highlight html %} {% 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 %} {% endhighlight %}
......
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