Blockquote Testing new one
Ideally I want all of these various versions to appear the same.
If not at the very least
‘<’ should look the same as ‘blockquote
And
With and without ‘attribution’
Test One
> first up, this is a blockquote using a markdown ‘>’
first up, this is a blockquote using a markdown ‘>’
Test Two
<blockquote> this is a blockquote using an html attribute ‘blockquote’</blockquote> and the attribution tag on the same line p class="attribution">💬 John</p>
this is a blockquote using an html attribute ‘blockquote’ and the attribution tag on the same line
💬 John
Test Three
<blockquote> meanwhile, this is a blockquote using an html attribute ‘blockquote’</blockquote><p class="attribution">💬 John</p>
this is a blockquote using an html attribute ‘blockquote’ and the attribution tag on the same line
💬 John