diff --git a/pug.md b/pug.md index 4e014fba2..c5247f652 100644 --- a/pug.md +++ b/pug.md @@ -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