File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed
Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -119,4 +119,5 @@ Unsupported Markdown features at this time:
119119- [ KaTeX/KaTeX] ( https://github.com/KaTeX/KaTeX ) (MIT License)
120120- [ jquery/jquery] ( https://github.com/jquery/jquery ) (MIT License)
121121- [ jsdelivr/jsdelivr] ( https://github.com/jsdelivr/jsdelivr ) (MIT License)
122+ - [ highlightjs/highlight.js] ( https://github.com/highlightjs/highlight.js ) (BSD 3-Clause Licensed)
122123- [ Yukaii/github-highlightjs-themes] ( https://github.com/Yukaii/github-highlightjs-themes ) (MIT License)
Original file line number Diff line number Diff line change 1313
1414 <!--drawdown | markdown rendering-->
1515 <!--MIT Licensed https://github.com/adamvleggett/drawdown/blob/master/LICENSE-->
16- < script src ="drawdown.js "> </ script >
16+ < script src ="https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v1.0/ drawdown.js "> </ script >
1717
1818 <!--katex | latex rendering-->
1919 <!--MIT Licensed https://github.com/KaTeX/KaTeX/blob/main/LICENSE-->
2626 integrity ="sha384-+VBxd3r6XgURycqtZ117nYw44OOcIax56Z4dCRWbxyPt0Koah1uHoK0o4+/RRE05 "
2727 crossorigin ="anonymous "> </ script >
2828
29- < link rel ="stylesheet " href ="syntaxhighlight.css ">
29+ <!--MIT Licensed https://github.com/Yukaii/github-highlightjs-themes-->
30+ < link rel ="stylesheet " href ="https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v1.0/syntaxhighlight.css ">
31+
32+ <!--BSD 3-Clause Licensed https://github.com/highlightjs/highlight.js-->
3033 < script src ="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js "> </ script >
3134
3235 < style >
You can’t perform that action at this time.
0 commit comments