Skip to content

Instantly share code, notes, and snippets.

@mrpatrick
Created September 25, 2013 21:24
Show Gist options
  • Save mrpatrick/6706249 to your computer and use it in GitHub Desktop.
Save mrpatrick/6706249 to your computer and use it in GitHub Desktop.
Add to jekyll config to enable redcarpet with extensions (Github flavored markdown)
markdown: redcarpet
redcarpet:
extensions: ["no_intra_emphasis", "fenced_code_blocks", "autolink", "tables", "with_toc_data"]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment