mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
[scripts/markdown2htmldoc] disable the shortcuts for emojis because Github doesn't render them
This commit is contained in:
parent
4e8fbb481a
commit
0ae31f4b53
1 changed files with 1 additions and 1 deletions
|
@ -64,7 +64,7 @@ let md = markdownIt({
|
|||
},
|
||||
});
|
||||
md.use(markdownItTaskCheckbox);
|
||||
md.use(markdownItEmoji);
|
||||
md.use(markdownItEmoji, { shortcuts: {} });
|
||||
md.use(markdownItHeaderAnchors);
|
||||
|
||||
let markdownDocument = fs.readFileSync(args.INPUT_FILE || 0, args.input_encoding);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue