Skip to content

Unmatched backticks in TeX do not render to smart quotes #2555

Closed
bluebear94 opened this Issue · 0 comments

1 participant

@bluebear94

Given this source:

\begin{document}
 ``This should render properly''

 ``This does not!
\end{document}

the first line generated by Pandoc uses smart quotes as expected, but the second line uses backticks instead.

@jgm jgm added a commit that referenced this issue
@jgm LaTeX reader: Use curly quotes for unmatched `.
Partially addresses #2555.

Note that there's still a problem with the code sample given.
2eb5d2d
@jgm jgm added a commit that closed this issue
@jgm LaTeX reader: Improved smart quote parsing.
This fixes redering of unmatched quotes.
Closes #2555.
c73ae81
@jgm jgm closed this in c73ae81
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Something went wrong with that request. Please try again.