From d99d78d45c38403f9847c135eab984d94673bb44 Mon Sep 17 00:00:00 2001 From: Giovanni Cappellotto Date: Mon, 10 Nov 2014 11:37:38 +0100 Subject: [PATCH] Remove explanation escaping This update allows people to write HTML code inside explanations. --- templates/rspec_api_documentation/html_example.mustache | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/rspec_api_documentation/html_example.mustache b/templates/rspec_api_documentation/html_example.mustache index 7a843dcf..5e8385c3 100644 --- a/templates/rspec_api_documentation/html_example.mustache +++ b/templates/rspec_api_documentation/html_example.mustache @@ -16,7 +16,7 @@

{{ http_method }} {{ route }}

{{# explanation }}

- {{ explanation }} + {{{ explanation }}}

{{/ explanation }}