diff --git a/.markdownlint.json b/.markdownlint.json index 72c4e44fa2..7edadb1d0f 100644 --- a/.markdownlint.json +++ b/.markdownlint.json @@ -4,5 +4,6 @@ "no-duplicate-heading": false, "no-trailing-punctuation": false, "no-inline-html": false, - "first-line-h1": false + "first-line-h1": false, + "code-block-style": false } diff --git a/apps/dialtone-documentation/docs/.vuepress/exampleComponents/ExamplePopover.vue b/apps/dialtone-documentation/docs/.vuepress/exampleComponents/ExamplePopover.vue index 6c1ce82e9c..fe23bb3140 100644 --- a/apps/dialtone-documentation/docs/.vuepress/exampleComponents/ExamplePopover.vue +++ b/apps/dialtone-documentation/docs/.vuepress/exampleComponents/ExamplePopover.vue @@ -2,7 +2,8 @@