Vitaly Puzrin
|
8b815a6072
|
lint: reduce empty lines
|
12 months ago |
Vitaly Puzrin
|
7dfcf69b71
|
standard: no spaces near array brackets
|
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
|
0b14fa069f
|
Update CommonMark spec to 0.30
|
3 years 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
|
b2aee1a978
|
Expand tabs only when it's needed, as per CommonMark 0.21
|
9 years ago |
Alex Kocharin
|
643d9f75a0
|
Implement new html block algorithm from 0.21
|
9 years ago |
Vitaly Puzrin
|
d4fe12a6ec
|
Fixed html block tags with numbers in name, closes #74
|
10 years ago |
Alex Kocharin
|
4aabd5592e
|
Use a common class for tokens
|
10 years ago |
Vitaly Puzrin
|
90e5a9c9cc
|
Bulk rules rename (unify)
|
10 years ago |
Vitaly Puzrin
|
a66e29f8d0
|
Place md link to states and remove other aliases
|
10 years ago |
Alex Kocharin
|
065eba8bda
|
Add "lines" attribute to all block-level tokens
(except for the closing ones)
|
10 years ago |
Vitaly Puzrin
|
190a8563ab
|
Perf: optimized html block names lookup
|
10 years ago |
Vitaly Puzrin
|
5bd71f91a7
|
Moved state helpers to State* classes
|
10 years ago |
Vitaly Puzrin
|
ee42a637c4
|
Removed unused properties in StateBlock
|
10 years ago |
Alex Kocharin
|
0453b72bf1
|
Rename "lexer" to "parser"
and move rules from lexer_* to rules_*
|
10 years ago |
Alex Kocharin
|
46dc1f93ac
|
Add state.level everywhere
|
10 years ago |
Vitaly Puzrin
|
ca47821eaa
|
HTML block fix (tag names should be case incensitive)
|
10 years ago |
Vitaly Puzrin
|
5d89fd85b0
|
Added inline html tags support
|
10 years ago |
Vitaly Puzrin
|
a8e6bab747
|
Reworked html parse in block lexer + added `html` option
|
10 years ago |