diff options
author | John MacFarlane <jgm@berkeley.edu> | 2016-11-05 21:14:20 +0100 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2016-11-05 21:14:20 +0100 |
commit | eced02d70e0a4e8d7dfa4c373a6c4d8a4cc08407 (patch) | |
tree | e8a73f71e7d3f6c7627c373e131baaff5ed9931c /src/Text/Pandoc.hs | |
parent | 7db4dd46dc2fba2cb3ec2a6c3191c3147b2b215f (diff) | |
download | pandoc-eced02d70e0a4e8d7dfa4c373a6c4d8a4cc08407.tar.gz |
Markdown reader: Allow reference link labels starting with @...
...if citations extension disabled. Example: in
[link text][@a]
[@a]: url
`link text` isn't hyperlinked because `[@a]` is parsed as a citation.
Previously this happened whether or not the `citations` extension was
enabled. Now it happens only if the `citations` extension is enabled.
Closes #3209.
Diffstat (limited to 'src/Text/Pandoc.hs')
0 files changed, 0 insertions, 0 deletions