walle / gimli

Utility for converting markup files to pdf files
https://github.com/walle/gimli
MIT License
538 stars 44 forks source link

Expose no_intra_emphasis option for GitHub Markdown? #70

Open thenickdude opened 9 years ago

thenickdude commented 9 years ago

Redcarpet supports an extension called "no_intra_emphasis", which prevents individual words inside multi-underscore terms (like "no_intra_emphasis" itself, for example) from being marked with <em> tags, which is a part of the GitHub Flavoured Markdown dialect.

Could this option be exposed on the command line or maybe enabled by default?

CptSpaceToaster commented 9 years ago

:+1: Spec: https://help.github.com/articles/github-flavored-markdown/#multiple-underscores-in-words

This is rather annoying, and I had to surround a number of Tags, and Titles with backticks to get it to get a decent looking PDF.

kernelsmith commented 7 years ago

+1 Why redcarpet doesn't default to this is beyond me