diff options
author | John MacFarlane <jgm@berkeley.edu> | 2021-10-20 10:14:42 -0700 |
---|---|---|
committer | John MacFarlane <jgm@berkeley.edu> | 2021-10-20 10:34:47 -0700 |
commit | 0a93acf91a116911f2c6c6add4f153cc80d15181 (patch) | |
tree | de7afaf6f4a567fb90b2c8382983e00fd7b4bc6f /test/tables.asciidoctor | |
parent | 7754b7f2ddd8b188de66b4c0f0b4a87d2a2045c6 (diff) | |
download | pandoc-0a93acf91a116911f2c6c6add4f153cc80d15181.tar.gz |
Markdown reader: don't parse links or bracketed spans as citations.
Previously pandoc would parse
[link to (@a)](url)
as a citation; similarly
[(@a)]{#ident}
This is undesirable. One should be able to use example references
in citations, and even if `@a` is not defined as an example
reference, `[@a](url)` should be a link containing an author-in-text
citation rather than a normal citation followed by literal `(url)`.
Closes #7632.
Diffstat (limited to 'test/tables.asciidoctor')
0 files changed, 0 insertions, 0 deletions