Skip to content

Commit dd6a3b1

Browse files
committed
Render markdown in the browser.
Fixed #451. Got the code from PR #505.
1 parent f83f8ee commit dd6a3b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/Markdown.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ class Markdown extends Requestable {
3232
* @return {Promise} - the promise for the http request
3333
*/
3434
render(options, cb) {
35-
return this._request('POST', '/markdown', options, cb);
35+
return this._request('POST', '/markdown', options, cb, true);
3636
}
3737
}
3838

0 commit comments

Comments
 (0)