Browse Source

Browser files rebuild

pull/14/head
Vitaly Puzrin 10 years ago
parent
commit
7045e408c4
  1. 8
      demo/index.html
  2. 2352
      dist/remarkable.js
  3. 8
      dist/remarkable.min.js

8
demo/index.html

@ -38,7 +38,13 @@ var md = new Remarkable('full', {
breaks: false, // Convert '\n' in paragraphs into <br>
langPrefix: 'language-', // CSS language prefix for fenced blocks
linkify: true, // autoconvert URL-like texts to links
typographer: true, // Enable smartypants and other sweet transforms
// Enable some language-neutral replacements + quotes beautification
typographer: false,
// Double + single quotes replacement pairs, when typographer enabled,
// and smartquotes on. Set doubles to '«»' for Russian, '„“' for German.
quotes: '“”‘’',
// Highlighter function. Should return escaped HTML,
// or '' if input not changed

2352
dist/remarkable.js

File diff suppressed because it is too large

8
dist/remarkable.min.js

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