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
...
*
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
*
Add support for attention (emphasis, strong)
Titus Wormer
2022-07-04
10
-236
/
+203
*
Make paragraphs really fast
Titus Wormer
2022-07-01
12
-24
/
+22
*
Add support for trimming whitespace around string, text
Titus Wormer
2022-06-30
13
-142
/
+120
*
Add support for stripping tags in image `alt`
Titus Wormer
2022-06-30
3
-27
/
+24
*
Fix to prefer resource when given
Titus Wormer
2022-06-30
1
-6
/
+11
*
Add tests for link (reference)
Titus Wormer
2022-06-30
1
-0
/
+402
*
Refactor to enable more image tests
Titus Wormer
2022-06-30
1
-62
/
+60
*
Fix a bunch of bugs with definitions, references
Titus Wormer
2022-06-29
1
-77
/
+71
*
Add support for compiling definitions
Titus Wormer
2022-06-29
3
-160
/
+136
*
Fix jumps in `edit_map`
Titus Wormer
2022-06-28
1
-5
/
+6
*
Add link, images (resource)
Titus Wormer
2022-06-24
7
-274
/
+951
*
Make data a construct
Titus Wormer
2022-06-21
1
-1
/
+1
*
Add support for inferring line ending, configurable
Titus Wormer
2022-06-21
11
-18
/
+244
[prev]
[next]