diff --git a/docs/src/demos/Extensions/Highlight/index.vue b/docs/src/demos/Extensions/Highlight/index.vue index 81947723..d52c6790 100644 --- a/docs/src/demos/Extensions/Highlight/index.vue +++ b/docs/src/demos/Extensions/Highlight/index.vue @@ -10,19 +10,19 @@ > highlight (default) - - - - - @@ -60,7 +60,7 @@ export default { content: `

This isn’t highlighted.

But that one is.

-

And this is highlighted too, but in a different color.

+

And this is highlighted too, but in a different color.

`, }) }, @@ -70,3 +70,9 @@ export default { }, } + +