Skip to content

Commit 701b876

Browse files
authored
docs: revert f789932
x-ref: #471 (comment)
1 parent 87d6c08 commit 701b876

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/guide/using-vue.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ const { page } = useData()
6262

6363
## Escaping
6464

65-
By default, fenced code blocks are automatically wrapped with `v-pre`, unless you have set some language with `-vue` suffix like `js-vue` (in that case you can use Vue-style interpolation inside fences). To display raw mustaches or Vue-specific syntax inside inline code snippets or plain text, you need to wrap a paragraph with the `v-pre` custom container:
65+
By default, fenced code blocks are automatically wrapped with `v-pre`. To display raw mustaches or Vue-specific syntax inside inline code snippets or plain text, you need to wrap a paragraph with the `v-pre` custom container:
6666

6767
**Input**
6868

0 commit comments

Comments
 (0)