pug: clarify first example
This commit is contained in:
parent
bbec8ab019
commit
32c3deedcb
5
pug.md
5
pug.md
|
@ -15,13 +15,14 @@ weight: -3
|
||||||
```jade
|
```jade
|
||||||
doctype html
|
doctype html
|
||||||
html(lang='en')
|
html(lang='en')
|
||||||
- javascript()
|
|
||||||
h1.class#id(name='hi')
|
h1.class#id(name='hi')
|
||||||
| Text. Hello there,
|
| This is some text, hello there,
|
||||||
= name
|
= name
|
||||||
|
|
||||||
if showControls
|
if showControls
|
||||||
button.red Edit this page
|
button.red Edit this page
|
||||||
|
|
||||||
|
- javascript()
|
||||||
```
|
```
|
||||||
|
|
||||||
### Comments
|
### Comments
|
||||||
|
|
Loading…
Reference in New Issue