1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-01-17 18:44:45 +02:00
Helmut K. C. Tessarek 3f23d8ed06
Desktop, Cli: Fixes #2085: Fix escaping of title when generating a markdown link (#2456)
Previously a title with brackets was escaped incorrectly. The brackets were replaced by underscores.

The following title `title [square] (round)` looked like this:

[title _square_ _round_](:/c54794f53e5e4b1aa558699e255d5f95)

Now it looks like this:

[title \[square\] (round)](:/c54794f53e5e4b1aa558699e255d5f95)

fixes #2085
2020-02-07 22:15:41 +00:00
..
2019-07-29 15:43:53 +02:00
2019-07-29 15:43:53 +02:00
2019-07-29 15:43:53 +02:00
2019-09-19 22:51:18 +01:00
2019-09-19 22:51:18 +01:00
2019-07-30 09:35:42 +02:00