diff options
author | Albert Krewinkel <albert@zeitkraut.de> | 2020-06-22 15:47:46 +0200 |
---|---|---|
committer | Albert Krewinkel <albert@zeitkraut.de> | 2020-06-22 16:30:11 +0200 |
commit | 064303e2c99636437355295ba16b3ea154bf9d3e (patch) | |
tree | a0b987ec9c84d567952654430ac5cdd05acff884 /test | |
parent | f91121fe56d7c5647bcad118953f41212fd38f8c (diff) | |
download | pandoc-064303e2c99636437355295ba16b3ea154bf9d3e.tar.gz |
Jira writer: always escape braces
Braces are now always escaped, even within words or when surrounded by
whitespace. Jira and Confluence treat braces specially.
Package jira-wiki-markup must be version 1.3.2 or later.
Fixes: #6478
Diffstat (limited to 'test')
-rw-r--r-- | test/writer.jira | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/writer.jira b/test/writer.jira index 36da0848f..14080c230 100644 --- a/test/writer.jira +++ b/test/writer.jira @@ -377,7 +377,7 @@ h1. {anchor:latex}LaTeX * 223 * _p_\-Tree * Here’s some display math: -$$\frac{d\}\{dx}f\(x)=\lim\_\{h\to 0\}\frac{f(x+h)-f\(x)\}\{h}$$ +$$\frac\{d\}\{dx\}f\(x)=\lim\_\{h\to 0\}\frac\{f(x+h)-f\(x)\}\{h\}$$ * Here’s one that has a line break in it: _α_ + {_}ω{_} × {_}x{_}^2^. |