Created
October 19, 2010 17:04
-
-
Save norman/634576 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| !!! | |
| html | |
| head | |
| body | |
| h1#logo {style: "use a stylesheet please"} | |
| < This is inline content | |
| and can be on multiple lines though I'm | |
| not sure why you'd want to do that | |
| p | |
| > This is block content | |
| and can also be multiple lines if you want it to be | |
| p | |
| = "this is evaluated, printed code" | |
| span | |
| - if locale == "en" then | |
| <= greeting.en | |
| - else | |
| <= greeting.es | |
| :markdown | |
| ## this is run through a markdown filter |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
">" gives you:
"<" gives you: