summaryrefslogtreecommitdiff
path: root/remarkrc
blob: 3675d65676497ee8f3a39a4a75d07afdb978cf4c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "plugins": {
        "remark-line-input":null,
        "remark-text-input":null,
        "remark-select":null,
        "remark-numbered-footnotes":null,
        "remark-multiple-choice":null,
        "remark-special-box":null,
        "remark-slug":null,
        "remark-math":null,
        "remark-toc": {"heading": "Sommaire"},
        "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
    }
}