Commit eea9eabb authored by Chris Rebert's avatar Chris Rebert
Browse files

fix <mark> raw source to match live example

#12956 errata
parent 4d859d17
Showing with 1 addition and 1 deletion
+1 -1
...@@ -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 %}
......
Supports Markdown
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