jonschlinkert / remarkable

Markdown parser, done right. Commonmark support, extensions, syntax plugins, high speed - all in one. Gulp and metalsmith plugins available. Used by Facebook, Docusaurus and many others! Use https://github.com/breakdance/breakdance for HTML-to-markdown conversion. Use https://github.com/jonschlinkert/markdown-toc to generate a table of contents.
https://jonschlinkert.github.io/remarkable/demo/
MIT License
5.74k stars 371 forks source link

Quotes not rendering correctly #362

Open julians opened 5 years ago

julians commented 5 years ago

Hello,

if there’s some sort of punctuation mark after a quote, typographer won’t substitute it correctly. Example:

Begriffe "Angst" und "Ängste", dann sieht es so aus:
->
Begriffe “Angst” und "Ängste", dann sieht es so aus:

Happens with commas, semicolons, fullstops, dashes etc.

fkohrt commented 4 years ago

Yeah, stumbled across that as well. American English has punctuation inside quotation marks, unlike British English -- or German. Hope there's some way to fix it!