We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When I try to use German quotes („ and “) combined with inline styles something does not quite work as expected.
Take these two examples:
*Zusätzliche Parametern für „Eine Ebene“:* *Zusätzliche Parametern für "Eine Ebene":*
The second line works as expected, for the first one Pandoc does not apply emphasis. Can be reproduced in the Try Pandoc page: Try it
Here's the output:
*Zusätzliche Parametern für „Eine Ebene``:* \emph{Zusätzliche Parametern für ``Eine Ebene'':}
The text was updated successfully, but these errors were encountered:
I'm not sure when this changed, but the current pandoc version (2.13) works as expected.
Sorry, something went wrong.
No branches or pull requests
When I try to use German quotes („ and “) combined with inline styles something does not quite work as expected.
Take these two examples:
The second line works as expected, for the first one Pandoc does not apply emphasis. Can be reproduced in the Try Pandoc page: Try it
Here's the output:
The text was updated successfully, but these errors were encountered: