From 32c3deedcb5696c6627611b5ea60df6c819d5c1c Mon Sep 17 00:00:00 2001 From: "Rico Sta. Cruz" Date: Thu, 31 Aug 2017 16:28:11 +0800 Subject: [PATCH] pug: clarify first example --- pug.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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