branch: elpa/jade-mode
commit e27e785ae77d878ae41e23839d2cc52726ef6227
Author: Brian Carlson <[email protected]>
Commit: Brian Carlson <[email protected]>

    added more code samples to example
---
 example.jade | 8 +++++++-
 1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/example.jade b/example.jade
index f780219f0e..1a11995841 100644
--- a/example.jade
+++ b/example.jade
@@ -1,5 +1,5 @@
 !!!
-html
+html(lang="en")
   head
     title My page
   body.bp
@@ -10,6 +10,12 @@ html
         ul#nav_list something sweet
           li
       #content
+        - if (youAreUsingJade)
+          p You are amazing
+        - else
+          p Get on it!
+          form
+            input(type: "text", name='user[name]', readonly: true, disabled)
       #footer
         #copywrite-text= locals
         

Reply via email to