mirror of https://github.com/sveltejs/svelte
parent
948527a609
commit
55b7fd210d
@ -0,0 +1,3 @@
|
||||
export default {
|
||||
html: `<p><b\nstyle='color:\nred;'>RED?!?</b></p>`,
|
||||
};
|
@ -0,0 +1,5 @@
|
||||
<script>
|
||||
const content = `<b style='color: red;'>RED?!?</b>`
|
||||
</script>
|
||||
|
||||
<p>{content}</p>
|
Loading…
Reference in new issue