Skip to content

Commit

Permalink
remove markdown-it-emoji package
Browse files Browse the repository at this point in the history
  • Loading branch information
willdurand committed Jan 19, 2024
1 parent 29d5b05 commit e7ec6f2
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 10 deletions.
7 changes: 0 additions & 7 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@
"lodash.ismatchwith": "4.4.0",
"markdown-it": "14.0.0",
"markdown-it-anchor": "8.6.7",
"markdown-it-emoji": "2.0.2",
"markdown-it-footnote": "4.0.0",
"natural-compare-lite": "1.4.0",
"node-fetch": "2.6.11",
Expand Down
2 changes: 0 additions & 2 deletions scripts/build-rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,9 @@
const fs = require('fs');

const md = require('markdown-it')();
const emoji = require('markdown-it-emoji');
const markdownItAnchor = require('markdown-it-anchor');
const markdownItFootnote = require('markdown-it-footnote');

md.use(emoji);
md.use(markdownItAnchor, {
permalink: true,
});
Expand Down

0 comments on commit e7ec6f2

Please sign in to comment.