summaryrefslogtreecommitdiff
path: root/remarkrc
blob: 16f375a213f95eb2e9cd76a66371d2fd98196a35 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "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},
        "rehype-katex":null,
        "rehype-raw":null,
        "rehype-stringify":null
    },
    "settings": {
        "footnotes": true
    }
}