diff options
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/org.md | 4 |
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 |
