Alex Kocharin
|
d8fd23eb49
|
Fix nested code blocks inside lists
This is now parsed correctly:
---
- test
---
|
11 years ago |
Vitaly Puzrin
|
9728b685ec
|
Rewritten string fetch for inline tokenizer + list fixes
|
11 years ago |
Alex Kocharin
|
d6651b5ce6
|
Reimplement lists using indent algorithm
And put blkIndents everywhere appropriate in block rules.
|
11 years ago |
Alex Kocharin
|
60f36941fa
|
Better algorithm for parsing lists
|
11 years ago |
Vitaly Puzrin
|
e0a153fe09
|
fences, heading, list fixes for stmd cases
|
11 years ago |
Vitaly Puzrin
|
4aa169634f
|
Tight lists + shink start of strings in inline blocks
|
11 years ago |
Alex Kocharin
|
1b60163ba3
|
Moved empty lines logic from rules to block parser
|
11 years ago |
Vitaly Puzrin
|
65f096804a
|
list review & reorganize
|
11 years ago |
Alex Kocharin
|
0393a77aee
|
Added lists and basic support for tables
|
11 years ago |
Vitaly Puzrin
|
a8f9ea5b57
|
replaced jshint with eslint for better style check
|
11 years ago |
Alex Kocharin
|
bb0175e194
|
Added bullet list stub
This is incomplete yet:
- one element per list only
- list item may contain only one paragraph
|
11 years ago |