Browse Source

Browser files rebuild

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
34988f3182
  1. 4
      demo/index.html
  2. 857
      dist/remarkable.js
  3. 6
      dist/remarkable.min.js

4
demo/index.html

@ -29,7 +29,7 @@ var md = new Remarkable({
// Highlighter function. Should return escaped html, // Highlighter function. Should return escaped html,
// or '' if input not changed // or '' if input not changed
highlight: function (/*str, lang*/) { highlight: function (str, lang) {
if (lang && hljs.getLanguage(lang)) { if (lang && hljs.getLanguage(lang)) {
try { try {
return hljs.highlight(lang, str).value; return hljs.highlight(lang, str).value;
@ -148,7 +148,7 @@ __This is bold text__
_This is italic text_ _This is italic text_
~~Strike through this text.~~ ~~Strike through this text~~
## Blockquotes ## Blockquotes

857
dist/remarkable.js

File diff suppressed because it is too large

6
dist/remarkable.min.js

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save