It seems like Blockquotes arent parsed correctly in jekyll. I have to put </blockquote> in a new line as it turns out as </blockquote> elsewise. The other Tags around it like<p> and</p>get parsed correctly. Im not using any Plugins except defaults. Im also not sure if its an issue of how kramdown was used in jekyll or in kramdown in general:
It seems like Blockquotes arent parsed correctly in jekyll. I have to put
</blockquote>
in a new line as it turns out as</blockquote>
elsewise. The other Tags around it like<p>
and</p>
get parsed correctly. Im not using any Plugins except defaults. Im also not sure if its an issue of how kramdown was used in jekyll or in kramdown in general:https://github.com/jekyll/jekyll/issues/8197