<h2>Headings</h2>
<h1>Header one</h1>
<h2>Header two</h2>
<h3>Header three</h3>
<h4>Header four</h4>
<h5>Header five</h5>
<h6>Header six</h6>
<h2>Blockquotes</h2>
<p>Single line blockquote:</p>
<block...
Tag Archives : markup
Markup: Text Alignment
<h3>Default</h3>
<p>This is a paragraph. It should not have any alignment of any kind. It should just flow like you would normally expect. Nothing fancy. Just straight up text, free flowing, with love...
Markup: Title With Special Characters ~`!@#$%^&*()-_=+{}[]/;:'”?,.>
<p>Putting special characters in the title should have no adverse effect on the layout or functionality.</p>
<p>Special characters in the post title have been known to cause issues with JavaScript whe...
Edge Case: Nested And Mixed Lists
<p>Nested and mixed lists are an interesting beast. It’s a corner case to make sure that</p>
<ul>
<li><span style="line-height:1.714285714;font-size:1rem">Lists within lists do not break the ord...