mirror of
https://github.com/jgm/pandoc.git
synced 2026-08-28 19:26:45 +00:00
- Adds a new `pandoc.AttributeList()` constructor, which creates the associative attribute list that is used as the third component of `Attr` values. Values of this type can often be passed to constructors instead of `Attr` values. - `AttributeList` values can no longer be indexed numerically.