Replies: 1 comment 3 replies
-
In the shell:
You need to use the kramdown parser if you want smart quotes as the markdown parser doesn't support them (see https://github.com/gettalong/kramdown/blob/master/lib/kramdown/parser/markdown.rb#L30). |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm having trouble to enable smart-quote parsing/conversion.
Gemfile
test.rb
output
I would have expected to get at least one output with proper typographic quotes, like
Changing
.to_latex
to.to_kramdown
changes the output toi.e. Kramdown seems to detect the quotation marks correctly, but doesn't apply the transformation.
Am I missing an option to enable them?
Beta Was this translation helpful? Give feedback.
All reactions