Skip to content

Commit

Permalink
Jira reader: require jira-wiki-markup 1.3.1 or later
Browse files Browse the repository at this point in the history
This solves the following problems of the Jira reader:

 * Two consecutive markup chars are now parsed verbatim; styled text
   must not be empty.
 * Styled text may not contain newlines.
 * Links to anchors are now parsed as links.

Fixes: #6343
Fixes: #6325
Fixes: #6407
  • Loading branch information
tarleb committed Jun 14, 2020
1 parent eacd17c commit 16889a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pandoc.cabal
Original file line number Diff line number Diff line change
Expand Up @@ -411,7 +411,7 @@ library
blaze-html >= 0.9 && < 0.10,
blaze-markup >= 0.8 && < 0.9,
vector >= 0.10 && < 0.13,
jira-wiki-markup >= 1.3 && < 1.4,
jira-wiki-markup >= 1.3.1 && < 1.4,
hslua >= 1.1 && < 1.2,
hslua-module-system >= 0.2 && < 0.3,
hslua-module-text >= 0.2.1 && < 0.3,
Expand Down

0 comments on commit 16889a0

Please sign in to comment.