{ "plugins": { "posthtml-include": {}, "posthtml-markdownit": { "markdownit": { "html": true }, "plugins": [ { "plugin": "markdown-it-anchor" }, { "plugin": "markdown-it-table-of-contents", "options": { "containerHeaderHtml": "

On this page

", "includeLevel": [ 2, 3 ] } }, { "plugin": "markdown-it-prism" } ] } } }