From 064303e2c99636437355295ba16b3ea154bf9d3e Mon Sep 17 00:00:00 2001 From: Albert Krewinkel Date: Mon, 22 Jun 2020 15:47:46 +0200 Subject: 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 --- test/writer.jira | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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^. -- cgit v1.2.3