From 9b8a05bbc11a60bb3411abfffa7e974021af9cd4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Hoguin?= Date: Tue, 30 Aug 2016 13:03:26 +0200 Subject: Fix rendering issues in the guide and manual --- doc/src/guide/rest_handlers.asciidoc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'doc/src/guide/rest_handlers.asciidoc') 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` -- cgit v1.2.3