I\'m trying to nest markdown in an HTML file while using Jekyll. Is there a way to achieve something like the following?
# index.html --- layout: default --
Take a look at Paul Irish's Gist for a JS code that can interpret sections of your page from Markdown to HTML.