Skip to content

Instantly share code, notes, and snippets.

@caycefischer
Created February 12, 2013 04:47
Show Gist options
  • Save caycefischer/4760308 to your computer and use it in GitHub Desktop.
Save caycefischer/4760308 to your computer and use it in GitHub Desktop.
Get Jekyll to parse markdown inside .html files
{% capture md %}
# {{page.title}}
> blockquote
Hello!
{% endcapture %}
{{ md | markdownify }}
@caycefischer
Copy link
Author

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment