mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-29 03:36:42 +00:00
Elements with attributes got an additional `attr` accessor. Attributes were accessible only via the `identifier`, `classes`, and `attributes`, which was in conflict with the documentation, which indirectly states that such elements have the an `attr` property.