Merge pull request #58 from nighcrawl/master

Fix meaning of HTML <em></em> tag
This commit is contained in:
Julien Le Coupanec
2018-07-14 16:40:33 +02:00
committed by GitHub

View File

@@ -38,7 +38,7 @@
<strong></strong> and <b></b> <!-- Makes text contained in the tag as bold -->
<em></em> and <i></i> <!-- Alternative way to make the text contained in the tag as bold -->
<em></em> and <i></i> <!-- Alternative way to make the text contained in the tag as italic -->
<strike></strike> <!-- creates a strike through the text element -->
<pre></pre> <!-- Preformatted monospace text block with some spacing intact -->
<blockquote></blockquote> <!-- Contains long paragraphs of quotations often cited -->