Skip to content

Support for typographic correct quotation marks #190

Answered by Witiko
mrwunderbar666 asked this question in Q&A
Discussion options

You must be logged in to vote

@mrwunderbar666 Thank you for the proposal. The Markdown package could definitely support quotes as a syntax extension; for example, we already support the smartEllipses option for ellipses. However, in LaTeX, you can just as well use a package such as csquotes, which will achieve the same result for you: (source)

\usepackage{csquotes}
\MakeOuterQuote{"}

A good programmer is a lazy programmer. If we can leverage existing LaTeX code, perhaps extending the parser is just busywork.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@mrwunderbar666
Comment options

Answer selected by mrwunderbar666
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
feature request syntax extension Related to syntax extensions and dialects of markdown
2 participants
Converted from issue

This discussion was converted from issue #188 on September 23, 2022 18:29.