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
/
html_flow.rs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-07
Add support for recoverable syntax errors
Titus Wormer
1
-156
/
+172
2022-08-18
Add `pretty_assertions` to tests for diffs
Titus Wormer
1
-0
/
+1
2022-07-18
Add support for turning off constructs
Titus Wormer
1
-160
/
+202
2022-07-14
Fix html (flow) whitespace again
Titus Wormer
1
-44
/
+40
2022-07-14
Fix a bunch of container things
Titus Wormer
1
-45
/
+48
2022-07-11
Add support for lazy lines
Titus Wormer
1
-7
/
+7
2022-07-08
Fix interrupting when exiting containers
Titus Wormer
1
-6
/
+5
2022-07-08
Add improved container enter/exit mechanism
Titus Wormer
1
-6
/
+5
2022-07-08
Fix closing of flow when exiting containers
Titus Wormer
1
-42
/
+35
2022-07-08
Add support for concrete constructs
Titus Wormer
1
-7
/
+6
2022-07-07
Add basic support for block quotes
Titus Wormer
1
-53
/
+55
2022-07-04
Add support for attention (emphasis, strong)
Titus Wormer
1
-69
/
+58
2022-07-01
Make paragraphs really fast
Titus Wormer
1
-7
/
+6
2022-06-30
Add support for trimming whitespace around string, text
Titus Wormer
1
-6
/
+5
2022-06-21
Add support for inferring line ending, configurable
Titus Wormer
1
-2
/
+3
2022-06-20
Add some more enabled tests
Titus Wormer
1
-68
/
+58
2022-06-15
Update to enable some tests for added constructs
Titus Wormer
1
-8
/
+7
2022-06-14
Fix support for deep subtokenization
Titus Wormer
1
-6
/
+5
2022-06-13
Add basic html (text)
Titus Wormer
1
-5
/
+6
2022-06-13
Add support for sanitizing urls
Titus Wormer
1
-0
/
+1
2022-06-10
Add proper support for subtokenization
Titus Wormer
1
-5
/
+6
2022-06-09
Add temporary support for stripping whitespace
Titus Wormer
1
-6
/
+5
2022-06-09
Add support for indented lines in paragraphs
Titus Wormer
1
-38
/
+36