13 lines
160 B
Plaintext
13 lines
160 B
Plaintext
|
div {
|
||
|
"hi i'm raw text"
|
||
|
"I'm raw text too :)"
|
||
|
"Including \"escaping\""
|
||
|
}
|
||
|
h1 {
|
||
|
div {
|
||
|
"Another, but bigger font"
|
||
|
"Adding a
|
||
|
new line adds a <br/> :)"
|
||
|
}
|
||
|
}
|