Skip to content

Commit

Permalink
Updated some formatting in advanced readme
Browse files Browse the repository at this point in the history
  • Loading branch information
Knetic committed Aug 6, 2015
1 parent 2d261cd commit 72b6689
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ADVANCED.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

###Are there parameter naming restrictions?

Yes. Parameters can be any combination of unicode code points that forms a series of runes. But, parameters must not contain square brackets (`[]`), and must not include either a semicolon or an equals sign (`;` or `=`), and cannot begin with a colon (`:`).
Yes. Parameters can be any combination of unicode code points that forms a series of runes. But, parameters must not contain square brackets (`[]`), and must not include either a semicolon, comma, or an equals sign (`;`, `,` or `=`), and cannot begin with a colon (`:`).

Parameters _can_ begin with numbers, unlike other frameworks/parsers which prohibit this.

Expand Down Expand Up @@ -47,7 +47,7 @@ However, this "content placeholder" construct can be used recursively with the `

${{=:project.module=}}
module ${{value}}
${{recurse}}
${{recurse}}
end
${{=;project.module=}}

Expand Down

0 comments on commit 72b6689

Please sign in to comment.