mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
Compare commits
No commits in common. "ca4a7b0b13cb8cba0b54acc1e05f195a5a051958" and "cb07b98f892eee3f614d807ce588509e6fa99b13" have entirely different histories.
ca4a7b0b13
...
cb07b98f89
2 changed files with 1 additions and 2 deletions
|
|
@ -1 +0,0 @@
|
|||
au BufNewFile,BufRead *.json.patch setf json
|
||||
|
|
@ -64,7 +64,7 @@ let md = markdownIt({
|
|||
},
|
||||
});
|
||||
md.use(markdownItTaskCheckbox);
|
||||
md.use(markdownItEmoji, { shortcuts: {} });
|
||||
md.use(markdownItEmoji);
|
||||
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