Pandoc escaping iframes during Markdown to HTML Convert -


i using pandoc convert markdown files html in jekyll blog.

i passing these flags pandoc -t html5 --smart --section-divs --parse-raw not seem render iframe. here screenshot of produces.

can point me in right direction ends being rendered correctly?

here iframe in markdown file

<div class="scratch-preview"> <iframe allowtransparency="true" width="485" height="402" src="http://scratch.mit.edu/projects/embed/26818098/?autostart=false" frameborder="0"></iframe> <img src="space-final.png"> </div> 

the issue has been discussed on github. problem seems caused indentation of iframe being 4 spaces or more, causing interpreted code markdown.


Comments

Popular posts from this blog

How has firefox/gecko HTML+CSS rendering changed in version 38? -

android - CollapsingToolbarLayout: position the ExpandedText programmatically -

Listeners to visualise results of load test in JMeter -