Skip to content

Commit 8a55a01

Browse files
author
wmartinmimi
committed
added highlight license
1 parent c31c668 commit 8a55a01

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff 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)

md.html

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
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-->
@@ -26,7 +26,10 @@
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>

0 commit comments

Comments
 (0)