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 e0b886d commit f751639Copy full SHA for f751639
README.md
@@ -1,5 +1,7 @@
1
# markdown-it-html-entities
2
3
+[
4
+
5
Currently [markdown-it](https://github.com/markdown-it/markdown-it) follows
6
[CommonMark specs](https://spec.commonmark.org) which requires HTML Entities
7
[replacement with Unicode
package.json
@@ -1,7 +1,7 @@
{
"name": "markdown-it-html-entities",
"version": "1.0.0",
- "description": "Disable HTML Entity to Unicode conversion in Markdown-it",
+ "description": "Disable HTML Entity to Unicode autoconversion in markdown-it"
"main": "index.js",
"scripts": {
"test": "mocha test.js"
0 commit comments