Releases: arve0/markdown-it-attrs
Releases · arve0/markdown-it-attrs
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
v3.0.1
Fixed incorrect attribute assignment for inline code in lists, issue #94. Thanks to @rivy for report and fix.
v3.0.0
Support for markdown-it 9.0, issue #90
v2.4.0
Added allowedAttributes
option, thanks @Connum
v2.3.4
Resolve npm search issue.
v2.3.3
Upgraded babel for browser build.
v2.3.2
Fixed a bug that rendered
as
<p css-module="classwith.dot">par</p>
This is now fixed and renders as
<p class="class.with.dot">par</p>
See #75.
v2.3.1
Allow = in attribute values, issue #70.