Skip to content

Commit d99d78d

Browse files
committed
Remove explanation escaping
This update allows people to write HTML code inside explanations.
1 parent 4a8c660 commit d99d78d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/rspec_api_documentation/html_example.mustache

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<h3>{{ http_method }} {{ route }}</h3>
1717
{{# explanation }}
1818
<p class="explanation">
19-
{{ explanation }}
19+
{{{ explanation }}}
2020
</p>
2121
{{/ explanation }}
2222

0 commit comments

Comments
 (0)