forked from dwolters/pandoc-http
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmediatype-mapping.json
45 lines (45 loc) · 1.17 KB
/
mediatype-mapping.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
{
"asciidoc": "",
"beamer": "",
"commonmark": "",
"context": "",
"docbook": "application/docbook+xml",
"docbook5": "application/docbook+xml;version=5",
"docx": "application/vnd.openxmlformats-officedocument.wordprocessingml.document",
"dokuwiki": "",
"dzslides": "",
"epub": "application/epub+zip",
"epub3": "application/epub+zip;version=3",
"fb2": "",
"haddock": "",
"html": "text/html",
"html5": "text/html;version=5",
"icml": "",
"json": "application/json",
"latex": "application/x-latex",
"man": "application/x-troff-man",
"markdown": "text/markdown",
"markdown_github": "text/markdown;type=github",
"markdown_mmd": "text/markdown;type=mmd",
"markdown_phpextra": "text/markdown;type=phpextra",
"markdown_strict": "text/markdown;type=strict",
"mediawiki": "",
"odt": "application/vnd.oasis.opendocument.text",
"opendocument": "",
"opml": "text/x-opml",
"org": "",
"plain": "text/plain",
"pdf": "application/pdf",
"revealjs": "",
"rst": "",
"rtf": "application/rtf",
"s5": "",
"slideous": "",
"slidy": "",
"t2t": "",
"tei": "",
"texinfo": "application/x-texinfo",
"textile": "",
"twiki": "",
"zimwiki": ""
}