Skip to content

Instantly share code, notes, and snippets.

@shawnbot
Last active March 25, 2016 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save shawnbot/d915c5c5b43a438f2008 to your computer and use it in GitHub Desktop.
Save shawnbot/d915c5c5b43a438f2008 to your computer and use it in GitHub Desktop.
Yo dawg, heard you like markdown in your Jekyll includes so I made you an include for including markdown.
{% capture markdown %}{% include {{ include.content }}.md %}{% endcapture %}
{{ markdown | markdownify }}

Content!

With a paragraph.

yo dawg

{% include markdown.html content=some_content %}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment