-
Notifications
You must be signed in to change notification settings - Fork 147
/
import_map.json
21 lines (20 loc) · 1.99 KB
/
import_map.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"imports": {
"std/": "https://deno.land/[email protected]/",
"highlightjs/": "https://unpkg.com/@highlightjs/[email protected]/es/",
"djot": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/index.ts",
"djot/": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/ast": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/ast.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/attributes": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/attributes.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/block": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/block.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/djot-renderer": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/djot-renderer.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/event": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/event.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/filter": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/filter.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/find": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/find.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/html": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/html.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/inline": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/inline.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/options": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/options.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/pandoc": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/pandoc.ts",
"https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/parse": "https://raw.githubusercontent.com/jgm/djot.js/0.2.0/src/parse.ts"
}
}