Help with a Kramdown related issue in jekyll-picture-tag

Hi!

Could someone smart on Kramdown have a look at this issue? Basically, Kramdown is mangling our HTML in certain circumstances and I can’t figure out how to tell it “No, this is plain HTML, don’t touch it please!”

Any help is much appreciated.
-Robert

Update: The solution was the {::nomarkdown} tag.

{::nomarkdown}
<a href="example.com"><picture>(...)</picture></a>
{:/}

Hope it’s useful information to someone!