Unverified Commit 6d9d59f6 authored by Dmitry Nazarov's avatar Dmitry Nazarov Committed by GitHub

Fix closing tag typo in features.md (#379)

parent 67a5486b
...@@ -310,7 +310,7 @@ When necessary emphasize that code is commented, you need to use span element wi ...@@ -310,7 +310,7 @@ When necessary emphasize that code is commented, you need to use span element wi
If you want to color part of code, wrap this part with `mark` to add yellow background and `mark` with `important` class to add red background; If you want to color part of code, wrap this part with `mark` to add yellow background and `mark` with `important` class to add red background;
<pre><code>function <mark>action()</mark> { <pre><code>function <mark>action()</mark> {
<span class="comment">// TODO<span> <span class="comment">// TODO</span>
return <mark class="important">true</mark>; return <mark class="important">true</mark>;
}</code></pre> }</code></pre>
......
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