Note that caddy fmt doesn't support heredocs (#352)

Co-authored-by: Francis Lavoie <lavofr@gmail.com>
This commit is contained in:
David Baynard 2023-11-07 23:22:54 +00:00 committed by GitHub
parent d0b160b182
commit b532efe482
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 11 additions and 0 deletions

View file

@ -181,6 +181,12 @@ The closing marker can be indented, which causes every line of text to have that
Additional tokens may follow the closing marker as arguments to the directive (such as in the example above, the status code `200`).
<aside class="advice">
The [`caddy fmt`](/docs/command-line#caddy-fmt) command [does not support](https://github.com/caddyserver/caddy/issues/5930#issuecomment-1797709061) heredocs.
</aside>
## Global options