index
:
markdown-rs
main
CommonMark compliant markdown parser in Rust with ASTs and extensions
cel
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tests
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor to rename list construct to list item
Titus Wormer
2022-08-15
1
-1
/
+1
*
Add improved container exit injection
Titus Wormer
2022-08-11
1
-0
/
+8
*
Add more tests for definitions and block quotes
Titus Wormer
2022-08-09
3
-15
/
+21
*
Add another test for lazy fenced code and block quotes
Titus Wormer
2022-08-09
1
-1
/
+7
*
Add some more tests for just line endings
Titus Wormer
2022-08-09
1
-0
/
+36
*
Fix bug on empty heading (atx)
Titus Wormer
2022-08-01
1
-1
/
+7
*
Refactor to improve states
Titus Wormer
2022-07-29
1
-0
/
+6
*
Refactor to work on `char`s
Titus Wormer
2022-07-28
1
-6
/
+0
*
Refactor to drastically improve perf around whitespace
Titus Wormer
2022-07-26
1
-6
/
+0
*
Refactor to remove unneeded tuples in every states
Titus Wormer
2022-07-22
1
-1
/
+1
*
Refactor performance around links in subtokenize
Titus Wormer
2022-07-21
1
-1
/
+7
*
Change to improve `default_line_ending` api
Titus Wormer
2022-07-18
1
-2
/
+2
*
Add support for turning off constructs
Titus Wormer
2022-07-18
25
-1855
/
+3981
*
Change to enable build script for commonmark tests again
Titus Wormer
2022-07-18
1
-653
/
+653
*
Fix edge case in identifier normalization
Titus Wormer
2022-07-18
1
-10
/
+9
*
Fix final bug with laziness
Titus Wormer
2022-07-18
1
-152
/
+142
*
Fix interrupting of ordered items
Titus Wormer
2022-07-15
1
-11
/
+10
*
Fix some final eol bugs
Titus Wormer
2022-07-15
1
-54
/
+49
*
Fix formatting of `commonmark` tests
Titus Wormer
2022-07-15
1
-4392
/
+2464
*
Fix to use single array for character references
Titus Wormer
2022-07-15
2
-13
/
+15
*
Add all commonmark tests
Titus Wormer
2022-07-15
1
-0
/
+9142
*
Fix annoying bug around virtual spaces in containers
Titus Wormer
2022-07-15
1
-6
/
+5
*
Fix lazy first line in code (fenced)
Titus Wormer
2022-07-15
1
-1
/
+0
*
Fix two more list bugs
Titus Wormer
2022-07-14
2
-17
/
+15
*
Fix interrupting sibling list items
Titus Wormer
2022-07-14
1
-43
/
+36
*
Fix html (flow) whitespace again
Titus Wormer
2022-07-14
1
-44
/
+40
*
Add support for container state
Titus Wormer
2022-07-14
2
-235
/
+198
*
Fix a bunch of container things
Titus Wormer
2022-07-14
4
-100
/
+99
*
Fix lists in lists and some other bugs
Titus Wormer
2022-07-13
1
-43
/
+37
*
Fix to close containers before several (blank) line endings
Titus Wormer
2022-07-13
3
-44
/
+37
*
Fix some issues around empty lists
Titus Wormer
2022-07-12
3
-67
/
+71
*
Fix to prefer thematic breaks over lists
Titus Wormer
2022-07-12
3
-49
/
+41
*
Fix a lot of list things
Titus Wormer
2022-07-12
7
-356
/
+408
*
Add initial support for lists
Titus Wormer
2022-07-12
7
-42
/
+616
*
Add support for lazy lines
Titus Wormer
2022-07-11
7
-91
/
+81
*
Fix block quote bugs
Titus Wormer
2022-07-11
3
-33
/
+28
*
Add tests for matching identifiers w/ turkish `i`
Titus Wormer
2022-07-11
1
-0
/
+25
*
Fix bug around forcibly closed flow exits
Titus Wormer
2022-07-08
2
-25
/
+21
*
Fix interrupting when exiting containers
Titus Wormer
2022-07-08
1
-6
/
+5
*
Fix container bug due to attempts
Titus Wormer
2022-07-08
3
-13
/
+12
*
Add improved container enter/exit mechanism
Titus Wormer
2022-07-08
2
-10
/
+9
*
Fix closing of flow when exiting containers
Titus Wormer
2022-07-08
5
-70
/
+59
*
Add support for concrete constructs
Titus Wormer
2022-07-08
3
-20
/
+17
*
Add basic support for block quotes
Titus Wormer
2022-07-07
10
-203
/
+394
*
Fix misnested attention
Titus Wormer
2022-07-05
1
-12
/
+10
*
Fix interleaving of attention/label
Titus Wormer
2022-07-05
3
-30
/
+25
*
Fix resizing attention bug
Titus Wormer
2022-07-05
3
-77
/
+68
*
Fix opening/closing tag order of nested attention
Titus Wormer
2022-07-04
1
-36
/
+31
*
Fix some attention bugs
Titus Wormer
2022-07-04
1
-252
/
+210
*
Add more tests for attention
Titus Wormer
2022-07-04
1
-0
/
+877
[next]