-
-
Notifications
You must be signed in to change notification settings - Fork 557
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Add pug support Closes #671 * Add test for Pug
- Loading branch information
1 parent
b6f873f
commit 14d5adb
Showing
2 changed files
with
22 additions
and
0 deletions.
There are no files selected for viewing
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
//- 13 lines, 8 code, 3 comments, 2 blanks | ||
doctype html | ||
// this comment will be translated to an HTML comment | ||
//- this comment will be excluded from the generated HTML | ||
html | ||
head | ||
title Hello, World! | ||
body | ||
p | ||
| Hello, | ||
| World! |