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 --
As of current Jekyll 3.6.2 life can be a lot simpler with the following two options:
{{ "## Yes, this renders as markdown" | markdownify }}
note the markdown-attribute:
## some markdown inside some html. `snippet` _italic_ **bold**