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
/
src
/
util
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix some issues around empty lists
Titus Wormer
2022-07-12
1
-1
/
+4
*
Fix a lot of list things
Titus Wormer
2022-07-12
1
-7
/
+34
*
Add tests for matching identifiers w/ turkish `i`
Titus Wormer
2022-07-11
1
-1
/
+0
*
Refactor to move token types to `token`
Titus Wormer
2022-07-07
1
-4
/
+5
*
Refactor to use `char::REPLACEMENT_CHARACTER`
Titus Wormer
2022-07-07
2
-2
/
+2
*
Fix some small to dos
Titus Wormer
2022-07-07
1
-3
/
+5
*
Add basic support for block quotes
Titus Wormer
2022-07-07
3
-0
/
+46
*
Fix shifting jumps in tail of edit map
Titus Wormer
2022-07-07
1
-1
/
+3
*
Refactor to do some to dos
Titus Wormer
2022-07-05
1
-2
/
+4
*
Refactor code style
Titus Wormer
2022-07-05
5
-64
/
+161
*
Add support for unicode punctuation
Titus Wormer
2022-07-04
1
-1
/
+1
*
Update list of todos
Titus Wormer
2022-07-04
1
-2
/
+1
*
Fix opening/closing tag order of nested attention
Titus Wormer
2022-07-04
1
-12
/
+29
*
Refactor to clean and document `edit_map`
Titus Wormer
2022-07-01
1
-2
/
+19
*
Add support for sharing identifiers, references before definitions
Titus Wormer
2022-06-29
1
-18
/
+1
*
Add some more crosslinks to docs
Titus Wormer
2022-06-28
1
-3
/
+2
*
Fix jumps in `edit_map`
Titus Wormer
2022-06-28
2
-0
/
+145
*
Add link, images (resource)
Titus Wormer
2022-06-24
1
-1
/
+1
*
Add docs on normalizing identifiers, matching
Titus Wormer
2022-06-22
1
-2
/
+33
*
Add support for normalizing identifiers
Titus Wormer
2022-06-22
3
-0
/
+40
*
Add docs for `subtokenize`
Titus Wormer
2022-06-21
2
-9
/
+0
*
Add support for line endings in string
Titus Wormer
2022-06-20
2
-0
/
+9
*
Add support for hard break (trailing)
Titus Wormer
2022-06-16
1
-1
/
+1
*
Add docs on sanitizing urls to autolink
Titus Wormer
2022-06-15
1
-2
/
+2
*
Add examples to some docs
Titus Wormer
2022-06-14
2
-2
/
+22
*
Reorganize to split util
Titus Wormer
2022-06-14
5
-0
/
+361
[prev]