This repository has been archived by the owner on Jan 3, 2018. It is now read-only.
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Jekyll uses Redcarpet by default for translating Markdown to HTML, but
Redcarpet doesn't handle Markdown in HTML blocks (like div's). This PR switches to Kramdown, which *does* handle md-in-html. However, Kramdown translates single and double quotes into curly quotes by default, which confuses downstream tools, so we have to turn that off. While we're there, we also tell it to output character entities as character entities.
- Loading branch information