diff --git a/lib/index.js b/lib/index.js index b722d27..992db15 100644 --- a/lib/index.js +++ b/lib/index.js @@ -70,15 +70,18 @@ const plugin = { plugin.configs.recommended = [ { + name: "markdown/recommended/plugin", plugins: { markdown: plugin } }, { + name: "markdown/recommended/processor", files: ["**/*.md"], processor: "markdown/markdown" }, { + name: "markdown/recommended/code-blocks", files: ["**/*.md/**"], languageOptions: { parserOptions: {