abbr
extension breaks title attribute added using attr_list
· Issue #1460 · Python-Markdown/markdown (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Description
Bug description
*[abbr]: Abbreviation Definition
{title="Image with abbr in title"}
This renders the attribute code as plain text because the Abbreviation extension modifies the text in the attribute causing it to no longer be a valid attribute list.
Reproduction
9.5.18-abbr-attr_list-conflict.zip
Steps to reproduce
- Enable the
abbr
andattr_list
extensions - Include an abbreviation definition on a page
- Use the abbreviation in a title attribute for an object using the attr_list syntax