From 106c8db6f5cacf1e37978d5cf13c9fde3ca29ce9 Mon Sep 17 00:00:00 2001 From: Tom Christie Date: Thu, 12 Jun 2014 12:22:09 +0100 Subject: Latest docs build --- api-guide/renderers.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'api-guide/renderers.html') diff --git a/api-guide/renderers.html b/api-guide/renderers.html index 80dd5fe6..75b8aee5 100644 --- a/api-guide/renderers.html +++ b/api-guide/renderers.html @@ -177,6 +177,7 @@
Renders the request data into YAML.
Requires the pyyaml package to be installed.
Note that non-ascii characters will be rendered using \uXXXX character escape. For example:
unicode black star: "\u2605"
+
+.media_type: application/yaml
.format: '.yaml'
.charset: utf-8
Renders the request data into YAML.
Requires the pyyaml package to be installed.
Note that non-ascii characters will not be character escaped. For example:
+unicode black star: ★
+
.media_type: application/yaml
.format: '.yaml'
.charset: utf-8