diff --git a/docs/src/introduction.md b/docs/src/introduction.md index a95f314..762b9fa 100644 --- a/docs/src/introduction.md +++ b/docs/src/introduction.md @@ -29,9 +29,9 @@ The `ContentHeadline` takes the level from the `ContentContainer` and sets the a ## Example -If `ContentContainer` is level 2, `ContentHeadline` level 2 is rendered as `h2`. +::: code-group -```vue +```vue [Vue]