A new AbbrTreeprocessor has been introduced, which replaces the now deprecated AbbrInlineProcessor. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions. Fixes #1460.
As an aside, with this change we now have a collection of abbrs. It should probably be emptied on reset(). Also, it is now feasible to add a config option for predefined abbrs -- a feature request we have received multiple times in the past.
I have added support for reset but not a config option to predefine abbreviations. I'm not sure I want to add that and a quick search didn't turn up any requests. Maybe I was thinking of something else.
A new
AbbrTreeprocessor
has been introduced, which replaces the now deprecatedAbbrInlineProcessor
. Abbreviation processing now happens after Attribute Lists, avoiding a conflict between the two extensions. Fixes #1460.As an aside, with this change we now have a collection of abbrs. It should probably be emptied on
reset()
. Also, it is now feasible to add a config option for predefined abbrs -- a feature request we have received multiple times in the past.