We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b2eca1 commit 05809a2Copy full SHA for 05809a2
CHANGELOG.md
@@ -2,6 +2,13 @@
2
3
This project adheres to [Semantic Versioning](http://semver.org/).
4
5
+# [2.2.0](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.8...v2.2.0) (2021-08-23)
6
+
7
8
+### Features
9
10
+* compatibility with markdown-it-attrs ([9b2eca1](https://github.com/jGleitz/markdown-it-prism/commit/9b2eca1900f13bc9affef99cebc82c8ddd901f18))
11
12
## [2.1.8](https://github.com/jGleitz/markdown-it-prism/compare/v2.1.7...v2.1.8) (2021-07-03)
13
14
package.json
@@ -1,6 +1,6 @@
1
{
"name": "markdown-it-prism",
- "version": "2.1.8",
+ "version": "2.2.0",
"description": "Highlights code blocks in markdown-it using Prism.",
"keywords": [
"markdown-it",
0 commit comments