summaryrefslogtreecommitdiff
path: root/remarkrc
blob: e5cad84672b4b273f3570a42730a2c9492575953 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "plugins": {
        "remark-slug":null,
        "remark-math":null,
        "remark-toc": {"heading": "Sommaire", "ordered": true},
        "remark-highlight.js":null,
        "remark-rehype":{"allowDangerousHTML":true},
        "remark-grid-tables":null,
        "rehype-katex":null,
        "rehype-raw":null,
        "rehype-stringify":null
    },
    "settings": {
        "footnotes": true
    }
}