aboutsummaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorChristian Christiansen <[email protected]>2023-03-28 11:56:51 +1100
committerJohn MacFarlane <[email protected]>2023-03-28 09:32:34 -0700
commit8db71cecb51a9854d3ee1d60f51b24e657bfb8f6 (patch)
tree9d84d38e501304a47426342c21703e610a2ea402 /doc
parentae8ba75c0a0f3fe910c8b94207c1948cdbad5e2e (diff)
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.
Diffstat (limited to 'doc')
-rw-r--r--doc/org.md4
1 files 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