pug: clarify first example

This commit is contained in:
Rico Sta. Cruz 2017-08-31 16:28:11 +08:00
parent bbec8ab019
commit 32c3deedcb
No known key found for this signature in database
GPG Key ID: CAAD38AE2962619A
1 changed files with 3 additions and 2 deletions

5
pug.md
View File

@ -15,13 +15,14 @@ weight: -3
```jade
doctype html
html(lang='en')
- javascript()
h1.class#id(name='hi')
| Text. Hello there,
| This is some text, hello there,
= name
if showControls
button.red Edit this page
- javascript()
```
### Comments