There was an error while loading. Please reload this page.
1 parent 0ed0183 commit cc84a20Copy full SHA for cc84a20
HISTORY.md
@@ -5,6 +5,10 @@ This project adheres to [Semantic Versioning](http://semver.org/).
5
6
### Unreleased
7
8
+### 7.0.4
9
+
10
+- Fix parsing of HTML entities like emojis (ex: `🔌`)
11
12
### 7.0.3
13
14
Import fixes from 6.0.6:
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "markup-it",
3
- "version": "7.0.3",
+ "version": "7.0.4",
4
"description": "Pipeline for working with markup input (for example Markdown)",
"main": "lib/index.js",
"scripts": {
0 commit comments