nhtml/test.nhtml

13 lines
160 B
Plaintext
Raw Normal View History

2017-08-07 10:41:09 +02:00
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/> :)"
}
}