mirror of https://github.com/sveltejs/svelte
parent
2b2f40d32a
commit
da4bd41d40
@ -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