964d55246b
Co-authored-by: Emanuele Stoppa <my.burning@gmail.com>
13 lines
170 B
Text
13 lines
170 B
Text
# Script style raw
|
|
|
|
<script id="test-script">
|
|
{`console.log('raw script')`}
|
|
</script>
|
|
|
|
<style id="test-style">
|
|
{`
|
|
h1[id="script-style-raw"] {
|
|
color: red;
|
|
}
|
|
`}
|
|
</style>
|