monaco-editor/test/samples/sample.pug.txt

18 lines
515 B
Plaintext
Raw Normal View History

2016-06-10 01:25:58 +08:00
doctype 5
html(lang="en")
head
title= pageTitle
script(type='text/javascript')
if (foo) {
bar()
}
body
// Disclaimer: You will need to turn insertSpaces to true in order for the
syntax highlighting to kick in properly (especially for comments)
Enjoy :)
h1 Pug - node template engine
2016-06-10 01:25:58 +08:00
#container
if youAreUsingPug
2016-06-10 01:25:58 +08:00
p You are amazing
else
p Get on it!