diff --git a/lib/Markdown.js b/lib/Markdown.js
index edc346cc..ebfbb512 100644
--- a/lib/Markdown.js
+++ b/lib/Markdown.js
@@ -32,7 +32,7 @@ class Markdown extends Requestable {
* @return {Promise} - the promise for the http request
*/
render(options, cb) {
- return this._request('POST', '/markdown', options, cb);
+ return this._request('POST', '/markdown', options, cb, true);
}
}
diff --git a/test/dist.spec/index.html b/test/dist.spec/index.html
index da5a21de..b0a32d7b 100644
--- a/test/dist.spec/index.html
+++ b/test/dist.spec/index.html
@@ -12,7 +12,7 @@