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
> first up, this is a blockquote using a markdown โ>โ and an the attribution (n p class="attribution">๐ฌ John</p> ) on a separate line
first up, this is a blockquote using a markdown โ>โ
๐ฌ John
Test Three
<blockquote> this is a blockquote using an html attribute ‘blockquote’</blockquote> and the attribution tag on a different 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 Four
<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