Vitaly Puzrin
9494044f5c
Deps bump
8 years ago
Alex Kocharin
9335394a99
Disable replacements inside autolinks
close https://github.com/markdown-it/markdown-it/issues/272
8 years ago
Alex Kocharin
126bc6bd8b
Merge pull request #276 from arve0/fix_fence_renderer
fence renderer: fix concat of class array
8 years ago
Alex Kocharin
f39eda555f
Merge pull request #275 from arve0/code_one_space_before_attrs
code renderer: do not render double space before attrs
8 years ago
arve0
e9306a572c
fence renderer: fix concat of class array
Before:
<pre c="l"><code>...
Now:
<pre class="someClass language-python><code>...
Bug introduced in b7c868b64b
8 years ago
arve0
4c4b66bd57
code renderer: do not render double space before attrs
renderAttrs already adds a space before attributes
Before:
<code class="language-python">for i in range(10):</code>
Now:
<code class="language-python">for i in range(10):</code>
8 years ago
Vitaly Puzrin
1f3f9d54ff
Merge pull request #270 from steveluscher/patch-1
Typos in docs/README.md
8 years ago
Steven Luscher
c933746e3f
Update README.md
8 years ago
Vitaly Puzrin
c9403ed8a7
7.0.0 released
9 years ago
Vitaly Puzrin
b78cfcd394
Browser files rebulid
9 years ago
Vitaly Puzrin
f061b80726
linkify-it bump to 2.0
9 years ago
Vitaly Puzrin
c6a952eb02
6.1.1 released
9 years ago
Vitaly Puzrin
63af03ede6
Browser files rebuild
9 years ago
Vitaly Puzrin
5cd9007edf
Render `code_inline` & `code_block` attributes if exist, #261
9 years ago
Vitaly Puzrin
4eb0e21ef4
6.1.0 released
9 years ago
Vitaly Puzrin
265fb85383
Browser files rebuild
9 years ago
Vitaly Puzrin
bee5547ba4
Deps bump
9 years ago
Vitaly Puzrin
b7c868b64b
Renderer: token stream should stay immutable, close #260
9 years ago
Vitaly Puzrin
c09b563317
6.0.5 released
9 years ago
Vitaly Puzrin
7aa9ad9076
Browser files rebuild
9 years ago
Alex Kocharin
6dbe532460
Replace standalone CR with LF when normalizing newlines
fix #252
9 years ago
Vitaly Puzrin
e95a8b765e
6.0.4 released
9 years ago
Vitaly Puzrin
e17035a92d
Browser files rebuild
9 years ago
Vitaly Puzrin
7a1d84fe99
Merge pull request #251 from marijnh/attrGet
Add an attrGet method to Token
9 years ago
Marijn Haverbeke
5837f6bc5b
Add an attrGet method to Token
To make it easier to write code that consumes tokens for
tasks other than generating HTML.
9 years ago
Vitaly Puzrin
564bfa8e7d
Fixed highlighter in demo
9 years ago
Vitaly Puzrin
e0aa62e0cd
6.0.3 released
9 years ago
Vitaly Puzrin
fa6f9555e5
Browser files rebuild
9 years ago
Vitaly Puzrin
45e3234249
Bump likify-it & uc-micro deps to force use versions with fixed ReDOS issue
9 years ago
Vitaly Puzrin
4998b813fc
6.0.2 released
9 years ago
Vitaly Puzrin
f58e5b16c4
Merge pull request #244 from cbreeden/master
Fixes #246 , HTML Escaping alt-tag twice.
9 years ago
Christopher Breeden
a2b7b8e156
Fixes #246 , HTML Escaping alt-tag twice.
9 years ago
Vitaly Puzrin
c18eb2baf8
Merge pull request #239 from kolya-ay/patch-1
Remove missing preset
9 years ago
Kolya Ay
061f673f0f
Remove missing preset
9 years ago
Vitaly Puzrin
fbc6b0fed5
Merge pull request #236 from JPinkney/master
Added semi-colon after require('highlight.js')
9 years ago
Josh Pinkney
32192046ab
Added semi-colon after require('highlight.js')
Added semi-colon after require('highlight.js')
9 years ago
Vitaly Puzrin
38fc4a758c
Merge pull request #234 from rcaballeromx/patch-1
Fixed grammar and spelling errors.
9 years ago
rcaballeromx
2412895f3a
Fixed grammar and spelling errors.
Fixed grammar and spelling while keeping the consistent use of 'plugin' and 'inline'.
9 years ago
Vitaly Puzrin
8fcb93cdcf
6.0.1 released
9 years ago
Vitaly Puzrin
7150358ed1
Browser files rebuild
9 years ago
Vitaly Puzrin
e679e46e48
eslint-plugin-nodeca not needed anymore
9 years ago
Vitaly Puzrin
760050edcb
eslint update & code cleanup
9 years ago
Vitaly Puzrin
d2e509064f
Travis: add more node versions to test
9 years ago
Vitaly Puzrin
b5a6ef704e
Deps bump
9 years ago
Vitaly Puzrin
a10193c304
Merge pull request #224 from slang800/tables-with-empty-cells
fix tables with empty cells at beginning
9 years ago
Sean Lang
86eea8c1d3
fix misspelling of "parser"
9 years ago
Sean Lang
10d6448b22
support tables with missing values
(and add supporting test case)
9 years ago
Vitaly Puzrin
0e51825a5c
Updated docs builder
9 years ago
Vitaly Puzrin
38bf443aab
6.0.0 released
9 years ago
Vitaly Puzrin
b62422913d
browser files rebuild
9 years ago