Vitaly Puzrin
|
a8e6bab747
|
Reworked html parse in block lexer + added `html` option
|
11 years ago |
Vitaly Puzrin
|
d87eeb2ab0
|
Assorted fixes & speed opts
|
11 years ago |
Vitaly Puzrin
|
f4866cb76b
|
Inline lexer draft
|
11 years ago |
Vitaly Puzrin
|
350d0174df
|
Added html block draft + minor fixes
|
11 years ago |
Alex Kocharin
|
7a8899e501
|
Fix nested elements inside lists
"# foo" should be parsed as "h1", not as a continuation
---
- test
# foo
---
|
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
|
470bfecbd4
|
Better algorithm for parsing block quotes
|
11 years ago |
Vitaly Puzrin
|
8286880878
|
Minor assorted fixes to better match spec
|
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
|
bb0175e194
|
Added bullet list stub
This is incomplete yet:
- one element per list only
- list item may contain only one paragraph
|
11 years ago |
Alex Kocharin
|
0912291a85
|
Added blockquotes stub
|
11 years ago |
Vitaly Puzrin
|
52b4e44de4
|
Splitted block lexer & index to files
|
11 years ago |