Alex Kocharin
|
de814cae73
|
fix quadratic complexity in reference parser (#1004)
|
9 months ago |
Vitaly Puzrin
|
efc714f702
|
standard: more tweaks & simplify eslint config
|
12 months ago |
Vitaly Puzrin
|
94177fca70
|
standard: spaces in comments
|
12 months ago |
Vitaly Puzrin
|
0eb4cb96a4
|
standard: space before function params
|
12 months ago |
Vitaly Puzrin
|
d0219010ad
|
standard: remove semi
|
12 months ago |
Vitaly Puzrin
|
88b8669c46
|
var => const, let
|
12 months ago |
Vitaly Puzrin
|
e92e776411
|
Rewrite core to es6 modules
|
1 year ago |
Alex Kocharin
|
c57f593b23
|
Fix blockquote termination by list item
close https://github.com/markdown-it/markdown-it/issues/338
|
8 years ago |
Alex Kocharin
|
f5a06ec0b6
|
Make link/image/reference helpers overridable
|
8 years ago |
Alex Kocharin
|
1ecf143db0
|
Fix lists and headings
|
8 years ago |
Alex Kocharin
|
b2aee1a978
|
Expand tabs only when it's needed, as per CommonMark 0.21
|
9 years ago |
Alex Kocharin
|
02c04be9e5
|
Fix reference edge-case
|
9 years ago |
Alex Kocharin
|
86fd73fcba
|
Disallow empty reference labels
|
10 years ago |
Alex Kocharin
|
d292f72b69
|
Add/fix indentation checking in blockquotes
fix #111
|
10 years ago |
Alex Kocharin
|
77e8b6cad0
|
Add configurable url normalizers
- md.normalizeLink
- md.normalizeLinkText
|
10 years ago |
Vitaly Puzrin
|
d6128515b3
|
Removed unnecessary checks
|
10 years ago |
Vitaly Puzrin
|
18d80c6f0b
|
Moved validateLink() to root class
|
10 years ago |
Vitaly Puzrin
|
1dba8be089
|
Removed tests added to spec and fixed coverage
|
10 years ago |
Vitaly Puzrin
|
43780be419
|
Improved reference scan efficiency, related to #54
|
10 years ago |
Vitaly Puzrin
|
e77666c4a0
|
moved normalizeReference to utils, closes #42
|
10 years ago |
opennota
|
b31b675a30
|
Remove unused assignment
|
10 years ago |
Alex Kocharin
|
8ca0b5b52b
|
Fix code coverage in references
|
10 years ago |
Alex Kocharin
|
8cb29935a3
|
Move reference rule to the block chain
|
10 years ago |