-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrelease.json
More file actions
22 lines (22 loc) · 1.01 KB
/
release.json
File metadata and controls
22 lines (22 loc) · 1.01 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
"md_html": 1,
"version": "v2.6",
"version code": 7,
"js": [
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/globalvar.js",
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/path-validate.js",
"https://cdn.jsdelivr.net/npm/jquery@3.6.4/dist/jquery.min.js",
"https://cdn.jsdelivr.net/npm/marked@4.3.0/marked.min.js",
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/md.html.js",
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/save-popup.js",
"https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.js",
"https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/contrib/auto-render.min.js",
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/renderer.js"
],
"css": [
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/md.html.css",
"https://cdn.jsdelivr.net/npm/katex@0.16.4/dist/katex.min.css",
"https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/syntaxhighlight.css"
],
"licenses": "https://cdn.jsdelivr.net/gh/wmartinmimi/md.html@v2.5/licenses.json"
}