Skip to content

Commit

Permalink
generate man
Browse files Browse the repository at this point in the history
  • Loading branch information
defunkt committed Apr 18, 2010
1 parent 0194a29 commit 25e4298
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions man/mustache.5
Expand Up @@ -14,9 +14,9 @@ A typical Mustache template:
.nf

Hello {{name}}
You have just won ${{value}}!
You have just won {{value}} dollars!
{{#in_ca}}
Well, ${{taxed_value}}, after taxes.
Well, {{taxed_value}} dollars, after taxes.
{{/in_ca}}
.
.fi
Expand Down Expand Up @@ -49,8 +49,8 @@ Will produce the following:
.nf

Hello Chris
You have just won $10000!
Well, $6000.0, after taxes.
You have just won 10000 dollars!
Well, 6000.0 dollars, after taxes.
.
.fi
.
Expand Down
8 changes: 4 additions & 4 deletions man/mustache.5.html

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 25e4298

Please sign in to comment.