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