Skip to content

Releases: arve0/markdown-it-attrs

v4.1.6

10 Dec 20:32
a77066c
Compare
Choose a tag to compare

Fix empty quoted attr value eats the next attr: #147

Thanks @ZakKemble :octocat:

v4.1.4

08 May 06:39
Compare
Choose a tag to compare

No restriction on upper markdown-it version. Issue #139, thanks @schanzer.

v4.1.3

30 Dec 20:38
Compare
Choose a tag to compare

Bug fix, #128.

v4.1.2

30 Dec 19:36
Compare
Choose a tag to compare

Allow multiple classes on hr tags, #133. Thanks @tlylt :octocat:

v4.1.1

15 Dec 19:15
Compare
Choose a tag to compare

Smaller tarball, #132.

v4.1.0

28 Sep 12:47
Compare
Choose a tag to compare

v4.0.0

31 Dec 21:36
Compare
Choose a tag to compare

Breaking change: Attributes for tables must be two new lines below table:

header1 | header2
------- | -------
column1 | column2

{.special}

See #113 for details.

v3.0.3

28 May 15:33
Compare
Choose a tag to compare

Include markdown-it version 11 as peer-dependency, #108

v3.0.2

07 Feb 19:55
Compare
Choose a tag to compare
  • Updated markdown-it peer dependency.
  • fix security vulnerabilities with npm audit

v3.0.1

18 Aug 10:19
Compare
Choose a tag to compare

Fixed incorrect attribute assignment for inline code in lists, issue #94. Thanks to @rivy for report and fix.