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
Vitaly Puzrin
8c11d9fc8d
Suppressed lint warning
9 years ago
Alex Kocharin
1845175502
Allow node.js to exit naturally
Calling `process.exit()` can cause process to abort before the entire text
is written to the stdout.
When I tested this, out of 1.8Mb binary only 65536 bytes had been written.
9 years ago
Alex Kocharin
53aec24168
Improve performance in `skipToken` when maxNesting is exceeded
9 years ago
Alex Kocharin
de4abb573c
Fix "too much recursion" error in links
9 years ago
Alex Kocharin
39aebf2509
Add Makefile task to update CM spec files
9 years ago
Alex Kocharin
07cfbc9264
Add workarounds to lists to conform with CM spec
9 years ago
Alex Kocharin
0661eea828
Remove scheme whitelist for autolinks
9 years ago
Alex Kocharin
1482c3e64f
Disallow spaces inside links
1. between link label and reference: `[foo] [bar]`
2. inside angular brackets: `[](<foo bar>)`
9 years ago
Alex Kocharin
637c776ec5
Allow multiline setext headers
9 years ago
Alex Kocharin
ab36c44864
Update CommonMark spec to 0.24
9 years ago
Vitaly Puzrin
c6d6709c63
Demo: updated highlighter options for explicit langs
9 years ago
Vitaly Puzrin
ddb75866b9
Demo: mpre highlight langs + auto mode + debug info
9 years ago
Vitaly Puzrin
bfce691881
Demo: updated highlighter
9 years ago
Vitaly Puzrin
6d4f8a0b88
typo fix
9 years ago
Vitaly Puzrin
6371151253
Doc fix
9 years ago
Vitaly Puzrin
ae2986b7bd
5.1.0 released
9 years ago
Vitaly Puzrin
cd996d575c
Browser files update
9 years ago
Vitaly Puzrin
14eba9197e
Demo: simplify highlighting
9 years ago