Skip to content

Commit

Permalink
Merge pull request #3415 from apparentlymart/heredoc-docs
Browse files Browse the repository at this point in the history
Document that heredoc syntax is supported
  • Loading branch information
apparentlymart committed Oct 11, 2015
2 parents a97036f + 3e9e962 commit fd0174b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions website/source/docs/configuration/syntax.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,11 @@ Basic bullet point reference:
is
[documented here](/docs/configuration/interpolation.html).

* Multiline strings can use shell-style "here doc" syntax, with
the string starting with a marker like `<<EOT` and then the
string ending with `EOT` on a line of its own. The lines of
the string and the end marker must *not* be indented.

* Numbers are assumed to be base 10. If you prefix a number with
`0x`, it is treated as a hexadecimal number.

Expand Down

0 comments on commit fd0174b

Please sign in to comment.