diff --git a/src/guide/components.md b/src/guide/components.md index bfc04bf1d8..5fbf7e4f0f 100644 --- a/src/guide/components.md +++ b/src/guide/components.md @@ -994,8 +994,10 @@ When the `inline-template` special attribute is present on a child component, th ``` html -

These are compiled as the component's own template.

-

Not parent's transclusion content.

+
+

These are compiled as the component's own template.

+

Not parent's transclusion content.

+
```