From ec86ec389a9b06a4c8f81e6602c62b4b944fa9dd Mon Sep 17 00:00:00 2001 From: Ryuichi Okumura Date: Mon, 27 Apr 2015 22:39:22 +0900 Subject: [PATCH] Switch to true Markdown options as default It turns to `true` the `html` and `linkify` options of `markdown-it`. This is more similar behavior with the previous Markdown parser. Fixes #344. --- lib/builder.js | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/lib/builder.js b/lib/builder.js index b59dbf3a..e887c729 100644 --- a/lib/builder.js +++ b/lib/builder.js @@ -17,6 +17,11 @@ based templates to generate static HTML content */ YUI.add('doc-builder', function (Y) { + var defaultMarkdownOption = { + html: true, + linkify: true + }; + var fixType = Y.Lang.fixType, print = function (items) { var out = '