diff --git a/.markdownlintignore b/.markdownlintignore new file mode 100644 index 00000000000..fcef35fcc12 --- /dev/null +++ b/.markdownlintignore @@ -0,0 +1 @@ +plugins/woocommerce-docs/tests/src/Blocks/fixtures/* \ No newline at end of file diff --git a/plugins/woocommerce-docs/tests/src/Blocks/fixtures/no-frontmatter.md b/plugins/woocommerce-docs/tests/src/Blocks/fixtures/no-frontmatter.md index 10e87cb3b3a..02ca655baee 100644 --- a/plugins/woocommerce-docs/tests/src/Blocks/fixtures/no-frontmatter.md +++ b/plugins/woocommerce-docs/tests/src/Blocks/fixtures/no-frontmatter.md @@ -28,8 +28,8 @@ Here is a link: [Woo.com](https://woo.com). ![An image](https://picsum.photos/200/300 'This is an image.') -```shell -cd /path/to/woocommerce-docs +``` +$ cd /path/to/woocommerce-docs ``` > This is a blockquote. diff --git a/plugins/woocommerce-docs/tests/src/Blocks/fixtures/test.md b/plugins/woocommerce-docs/tests/src/Blocks/fixtures/test.md index 492ee76c26d..36985c81411 100644 --- a/plugins/woocommerce-docs/tests/src/Blocks/fixtures/test.md +++ b/plugins/woocommerce-docs/tests/src/Blocks/fixtures/test.md @@ -2,7 +2,7 @@ title: Some frontmatter --- -# Heading 1 {{< mdl-disable "" >}} +# Heading 1 ## Heading 2 @@ -30,8 +30,8 @@ Here is a link: [Woo.com](https://woo.com). ![An image](https://picsum.photos/200/300 'This is an image.') -```shell -cd /path/to/woocommerce-docs +``` +$ cd /path/to/woocommerce-docs ``` > This is a blockquote.