aboutsummaryrefslogtreecommitdiffstats
path: root/doc/src/guide/rest_handlers.asciidoc
diff options
context:
space:
mode:
authorLoïc Hoguin <[email protected]>2016-08-30 13:03:26 +0200
committerLoïc Hoguin <[email protected]>2016-08-30 13:03:26 +0200
commit9b8a05bbc11a60bb3411abfffa7e974021af9cd4 (patch)
tree802475ccba0d1ead89b3f411328c011ee23a3dc0 /doc/src/guide/rest_handlers.asciidoc
parentbee1320700eec81e304e2cad137a8a87e869ff98 (diff)
downloadcowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.tar.gz
cowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.tar.bz2
cowboy-9b8a05bbc11a60bb3411abfffa7e974021af9cd4.zip
Fix rendering issues in the guide and manual
Diffstat (limited to 'doc/src/guide/rest_handlers.asciidoc')
-rw-r--r--doc/src/guide/rest_handlers.asciidoc3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/src/guide/rest_handlers.asciidoc b/doc/src/guide/rest_handlers.asciidoc
index f28c066..748fca4 100644
--- a/doc/src/guide/rest_handlers.asciidoc
+++ b/doc/src/guide/rest_handlers.asciidoc
@@ -62,7 +62,8 @@ if it is undefined, moving directly to the next step. Similarly,
| allow_missing_post | `true`
| charsets_provided | skip
| content_types_accepted | none
-| content_types_provided | `$$[{{<<"text">>, <<"html">>, '*'}, to_html}]$$`
+// @todo Space required for the time being: https://github.com/spf13/hugo/issues/2398
+| content_types_provided | `[{{ <<"text">>, <<"html">>, '*'}, to_html}]`
| delete_completed | `true`
| delete_resource | `false`
| expires | `undefined`