From 8db71cecb51a9854d3ee1d60f51b24e657bfb8f6 Mon Sep 17 00:00:00 2001 From: Christian Christiansen Date: Tue, 28 Mar 2023 11:56:51 +1100 Subject: Update documentation for org-mode Add zero width space to the default values of pandoc-emphasis-pre and pandoc-emphasis-post. Zero width space was added to solve issue #8716. --- doc/org.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/org.md b/doc/org.md index 82800b2e8..f1d8bb34d 100644 --- a/doc/org.md +++ b/doc/org.md @@ -208,8 +208,8 @@ the variable `org-emphasis-regexp-components`. A variable like this doesn't fit well with pandoc's model. Instead, it is possible to use special lines to change these values: - #+pandoc-emphasis-pre: "-\t ('\"{" - #+pandoc-emphasis-post: "-\t\n .,:!?;'\")}[" + #+pandoc-emphasis-pre: "-\t ('\"{\x200B" + #+pandoc-emphasis-post: "-\t\n .,:!?;'\")}[\x200B" The above describes the default values of these variables. The arguments must be valid (Haskell) strings. If interpretation of -- cgit v1.2.3