From 7cffbbb2df0a364612931618fb6954d3b4af49f3 Mon Sep 17 00:00:00 2001 From: Daniel Kreiseder Date: Mon, 23 May 2022 06:51:35 +0200 Subject: [PATCH] docs: fix md samples in markdown guide (#474) Co-authored-by: Daniel Kreiseder --- docs/guide/markdown.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docs/guide/markdown.md b/docs/guide/markdown.md index 693e915c..4f11eecf 100644 --- a/docs/guide/markdown.md +++ b/docs/guide/markdown.md @@ -238,7 +238,9 @@ export default { ```html ``` @@ -281,7 +283,7 @@ In addition to a single line, you can also specify multiple single lines, ranges **Input** ```` -```js{1,4,6-7} +```js{1,4,6-8} export default { // Highlighted data () { return {