From 0f25a8dbbb75d44c4b0466a2fd95d511b33b697f Mon Sep 17 00:00:00 2001 From: skirtle <65301168+skirtles-code@users.noreply.github.com> Date: Tue, 27 Apr 2021 15:04:08 +0100 Subject: [PATCH 1/3] chore: remove spaces between triple backticks and the language (#1019) --- src/guide/a11y-basics.md | 6 +- src/guide/component-edge-cases.md | 2 +- src/style-guide/README.md | 172 +++++++++++++++--------------- 3 files changed, 90 insertions(+), 90 deletions(-) diff --git a/src/guide/a11y-basics.md b/src/guide/a11y-basics.md index d7d83d8106..84e5b5c5c5 100644 --- a/src/guide/a11y-basics.md +++ b/src/guide/a11y-basics.md @@ -12,7 +12,7 @@ You should add a link at the top of each page that goes directly to the main con Typically this is done on the top of `App.vue` as it will be the first focusable element on all your pages: -``` html +```html