summaryrefslogtreecommitdiff
path: root/remarkrc
blob: e75d94a056a7539f940a6ff15be679a37876245d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
{
    "plugins": {
        "remark-line-input":null,
        "remark-text-input":null,
        "remark-select":null,
        "remark-multiple-choice":null,
        "remark-special-box":null,
        "remark-math":null,
        "remark-kbd":null,
        "remark-highlight.js":null,
        "remark-rehype":{"allowDangerousHTML":true},
        "remark-grid-tables":null,
        "rehype-katex":null,
        "rehype-raw":null,
        "rehype-stringify":null
    },
    "settings": {
        "footnotes": true
    }
}