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
10 years ago
Vitaly Puzrin
ddb75866b9
Demo: mpre highlight langs + auto mode + debug info
10 years ago
Vitaly Puzrin
bfce691881
Demo: updated highlighter
10 years ago
Vitaly Puzrin
6d4f8a0b88
typo fix
10 years ago
Vitaly Puzrin
6371151253
Doc fix
10 years ago
Vitaly Puzrin
ae2986b7bd
5.1.0 released
10 years ago
Vitaly Puzrin
cd996d575c
Browser files update
10 years ago
Vitaly Puzrin
14eba9197e
Demo: simplify highlighting
10 years ago
Vitaly Puzrin
87ece24ff9
Allow full content override from highlighter
10 years ago
Vitaly Puzrin
d196089874
.attrPush() -> .attrJoin() in fenced block renderer
10 years ago
Vitaly Puzrin
18f1531024
New .attrJoin() & .attrSet() methods in Token
10 years ago
Vitaly Puzrin
88c6e0f8e6
Demo: updated highlighting style
10 years ago
Vitaly Puzrin
41b913da98
5.0.3 released
10 years ago
Vitaly Puzrin
481e6d3013
Browser files rebuild
10 years ago
Vitaly Puzrin
4f24dd133e
Deps bump
10 years ago
Alex Kocharin
f2344b5cbc
Add `content` property to image token
close https://github.com/markdown-it/markdown-it/issues/184
10 years ago
Alex Kocharin
a18ddc0223
Loosen table rules
1. allow one-column tables
2. allow mismatched column count
close https://github.com/markdown-it/markdown-it/issues/171
10 years ago
Alex Kocharin
946b1a1961
Take into account adjacent tokens in smartquotes
close https://github.com/markdown-it/markdown-it/issues/181
10 years ago
Vitaly Puzrin
1da936927a
Merge pull request #178 from arve0/patch-1
Document configuration of linkify-it in README
10 years ago
Arve Seljebu
ab202bd24c
Document configuration of linkify-it in README
10 years ago
Vitaly Puzrin
f4704d52eb
typo fix
10 years ago
Vitaly Puzrin
b36c22600a
Update development.md
10 years ago
Vitaly Puzrin
cfda086971
Merge pull request #175 from RyanDurk/patch-1
fix typo
10 years ago
Ryan Durk
5fd9d45133
fix typo
10 years ago
Vitaly Puzrin
73a6ec97b7
5.0.2 released
10 years ago
Vitaly Puzrin
01460872f8
browser files rebuild
10 years ago
Alex Kocharin
b2883a7fd2
Fix meta information for autolink tokens
10 years ago
Vitaly Puzrin
c8cbcb5cd0
Merge pull request #165 from Almad/patch-1
Fix typo
10 years ago
Almad
8e04329c1c
Fix typo
10 years ago
Vitaly Puzrin
9074242bdd
5.0.1 released
10 years ago
Vitaly Puzrin
99815f37b9
browser files rebuild
10 years ago
Alex Kocharin
0318337a3d
Bump table priority before code blocks
ref https://github.com/markdown-it/markdown-it/issues/120
10 years ago
Vitaly Puzrin
6bd4534af7
5.0.0 released
10 years ago
Vitaly Puzrin
0678bdd914
Browser files rebuild
10 years ago
Vitaly Puzrin
407c3bbafd
Merge pull request #161 from hallvors/small-doc-fix
Fix typo in example script
10 years ago
Hallvord R. M. Steen
556e8ca0f3
Fix typo in example script
This method has a tokens argument in plural, but in the body it says token. Looks like a bug..
10 years ago
Vitaly Puzrin
1b920c5430
Merge pull request #160 from hubgit/closure-compiler
Fix compatibility with closure compiler
10 years ago