+ [10 years ago] Nafai I haven't had a chance to try it, I'll probably get back to it later today. I'll report back though. :)
+ [10 years ago] kiddle Hi, I'm using the graphviz plugin to try and generate an svg, but the rendered page displays escaped html, ie: <!DOCTYPE svg PUBLIC "-//W3C//DTD SVG 1.1//EN" "http://www.w3.org/Graphics/SVG/1.1/DTD/svg11.dtd">
+ [10 years ago] kiddle and the svg generated image
+ [10 years ago] kiddle How can I eliminate the html? if the image is rendered and the html is escaped ... is it really necessary?
+ [10 years ago] jaybe is this a jekyll plugin or something?

message no. 102508

Posted by Nafai in #jekyll at 2015-07-09T11:10:19Z

{% assign visible_posts = site.posts | where: "hidden",false %}
+ [10 years ago] sebie [0__0], ping
+ [10 years ago] sebie Is it possible to put liquid tags and markdown in a .txt and having rendered?
+ [10 years ago] sebie And Can you put markdown in HTML elements? like <p>*Lorem* **Ipsum**</p> etc?
+ [10 years ago] sebie Thanks!
+ [10 years ago] jaybe hi sebie. jekyll renders files containing valid front matter (`whatis frontmatter`). so yes, re: .txt, and .whtevr.