Hello, First of all: thank you for pandoc. Second: Any progress with configurable smart quotes? https://github.com/jgm/pandoc/issues/2620 https://github.com/jgm/pandoc/issues/3559 (I se 3559 was closed only with regard to translations of some envs.) default when changing quotes pandoc defaults to US combination of: 66-upper 99-upper But there are many other variations, for example: Lang: opening-q closing-q Input: " " German: 99-lower 66-upper Polish: 99-lower 99-upper French: << >> English: 6-upper 9-upper Danish: >> << In HTML it is partially fixed with `--html-q-tags` but more advanced typography, nbsp before/after some entities would be also great in: html, docx, odt, rtf, epub For example lines 1186+ from Docx.hs are: https://github.com/jgm/pandoc/blob/3897df868ad1e0ca5409e8fffd86c73dbf6f2b31/src/Text/Pandoc/Writers/Docx.hs#L1186 where (open, close) = case quoteType of SingleQuote -> ("\x2018", "\x2019") DoubleQuote -> ("\x201C", "\x201D") It would be great if those where lang dependent. Same for title of toc: BTW - with regard to discussion about French quotation - do arguments here accept two characters: ? https://github.com/jgm/pandoc/blob/3897df868ad1e0ca5409e8fffd86c73dbf6f2b31/src/Text/Pandoc/Writers/Docx.hs#L150 I am sorry, looks like I cannot setup Haskell environment on my maching to test some things myself. -- You received this message because you are subscribed to the Google Groups "pandoc-discuss" group. To unsubscribe from this group and stop receiving emails from it, send an email to pandoc-discuss+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To post to this group, send email to pandoc-discuss-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To view this discussion on the web visit https://groups.google.com/d/msgid/pandoc-discuss/4a9afb56-e91e-4ae3-9089-b67da347f178%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.