You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<script>import Hello from 'tests/tags/hello.svelte';import Slot from 'tests/tags/slot.svelte';import Heading from 'tests/nodes/mock.svelte';</script><article><Heading level="1">Heading 1</Heading><Heading level="2">Heading 2</Heading><Heading id="my-id" level="1">With ID </Heading><Heading class="my-class" level="1">With Class</Heading><Hello></Hello><p><Slot>slot content</Slot></p><Heading level="1">I am a partial</Heading><Heading level="1">Lorem Ipsum</Heading><Heading level="1">I am nested</Heading></article>
1
+
<script>import Hello from 'tests/tags/hello.svelte';import Slot from 'tests/tags/slot.svelte';import Heading from 'tests/nodes/mock.svelte';</script><article><Heading level={1}>Heading 1</Heading><Heading level={2}>Heading 2</Heading><Heading id="my-id" level={1}>With ID </Heading><Heading class="my-class" level={1}>With Class</Heading><Hello></Hello><p><Slot>slot content</Slot></p><Heading level={1}>I am a partial</Heading><Heading level={1}>Lorem Ipsum</Heading><Heading level={1}>I am nested</Heading></article>
0 commit comments