Releases: arve0/markdown-it-attrs
Releases · arve0/markdown-it-attrs
v4.1.6
Fix empty quoted attr value eats the next attr: #147
Thanks @ZakKemble
v4.1.4
No restriction on upper markdown-it version. Issue #139, thanks @schanzer.
v4.1.2
Allow multiple classes on hr tags, #133. Thanks @tlylt
v4.0.0
Breaking change: Attributes for tables must be two new lines below table:
header1 | header2
------- | -------
column1 | column2
{.special}
See #113 for details.
v3.0.3
Include markdown-it version 11 as peer-dependency, #108
v3.0.2
- Updated markdown-it peer dependency.
- fix security vulnerabilities with
npm audit