emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/jade-mode e27e785ae7 003/128: added more code samples to e


From: ELPA Syncer
Subject: [nongnu] elpa/jade-mode e27e785ae7 003/128: added more code samples to example
Date: Sat, 29 Jan 2022 08:24:41 -0500 (EST)

branch: elpa/jade-mode
commit e27e785ae77d878ae41e23839d2cc52726ef6227
Author: Brian Carlson <brian.m.carlson@gmail.com>
Commit: Brian Carlson <brian.m.carlson@gmail.com>

    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

[Prev in Thread] Current Thread [Next in Thread]