diff --git a/demo/assets/index.js b/demo/assets/index.js index b973a07..b379282 100644 --- a/demo/assets/index.js +++ b/demo/assets/index.js @@ -4,15 +4,15 @@ var mdHtml, mdSrc, permalink; var defaults = { - html: true, // Enable html tags in source - xhtmlOut: true, // Use '/' to close single tags (
) + html: false, // Enable html tags in source + xhtmlOut: false, // Use '/' to close single tags (
) breaks: false, // Convert '\n' in paragraphs into
langPrefix: 'language-', // CSS language prefix for fenced blocks - linkify: false, // autoconvert url-like texts to links - typographer: false, // Enable smartypants and other sweet transforms + linkify: true, // autoconvert url-like texts to links + typographer: true, // Enable smartypants and other sweet transforms // options below are for demo only - _highlight: false, + _highlight: true, _strict: false, _src: false }; diff --git a/demo/index.html b/demo/index.html index 7711773..39fbfc7 100644 --- a/demo/index.html +++ b/demo/index.html @@ -86,6 +86,7 @@ __Advertisement :)__ resize in browser. - __[babelfish](https://github.com/nodeca/babelfish/)__ - developpers friendly i18n with plurals support and easy syntax. + You will like those projects! --- diff --git a/demo/sample.md b/demo/sample.md index 0c60278..b79c8e8 100644 --- a/demo/sample.md +++ b/demo/sample.md @@ -5,6 +5,7 @@ __Advertisement :)__ resize in browser. - __[babelfish](https://github.com/nodeca/babelfish/)__ - developpers friendly i18n with plurals support and easy syntax. + You will like those projects! ---