Created
July 13, 2012 12:58
-
-
Save damienklinnert/3104763 to your computer and use it in GitHub Desktop.
some example jade
This file contains 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
!!! 5 | |
html | |
head | |
meta(charset='utf-8') | |
title jadepreview | |
body | |
h1 jadepreview | |
h2 | |
| Converts | |
a(href='http://jade-lang.com/') jade templates | |
| | |
| to html and previews them directly in the browser. | |
p This Chrome plugin enables support for .jade files. | |
p Whenever you write your views with jade's template engine, you have to compile them before you can view them. Wouldn't it be nice to check how your templates look straight from the browser? | |
p This plugin enables you to do this. Just install it, allow access to local files in extension preferences and you are ready to go. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment