mirror of
https://github.com/microsoft/monaco-editor.git
synced 2025-12-22 12:45:39 +01:00
Move website files to /website/
This commit is contained in:
parent
430d8e6e17
commit
d9013a86c4
191 changed files with 9 additions and 9 deletions
18
website/index/samples/sample.pug.txt
Normal file
18
website/index/samples/sample.pug.txt
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
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
|
||||
#container
|
||||
if youAreUsingPug
|
||||
p You are amazing
|
||||
else
|
||||
p Get on it!
|
||||
Loading…
Add table
Add a link
Reference in a new issue