blob: a603c66262608003e9d662d60c061c1c8a48f28b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Script style raw
<script id="test-script">
{`console.log('raw script')`}
</script>
<style id="test-style">
{`
h1[id="script-style-raw"] {
color: red;
}
`}
</style>
|