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
/
edit_map.rs
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `no_std + alloc`
Titus Wormer
2022-08-16
1
-0
/
+1
*
Refactor to proof docs, grammars
Titus Wormer
2022-08-15
1
-2
/
+2
*
Refactor to improve docs of each function
Titus Wormer
2022-08-12
1
-2
/
+1
*
Refactor to move some code to `event.rs`
Titus Wormer
2022-08-11
1
-1
/
+1
*
Refactor to use a single shared edit map
Titus Wormer
2022-07-22
1
-9
/
+6
*
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
-28
/
+35
*
Refactor to move some event fields to `link`
Titus Wormer
2022-07-21
1
-3
/
+5
*
Refactor to use less vecs for events
Titus Wormer
2022-07-20
1
-42
/
+28
*
Refactor to remove cloning in `edit_map`
Titus Wormer
2022-07-19
1
-19
/
+25
*
Use `edit_map` in `subtokenize`
Titus Wormer
2022-07-19
1
-14
/
+1
*
Remove another unneeded `HashMap`
Titus Wormer
2022-07-19
1
-40
/
+38
*
Add basic support for block quotes
Titus Wormer
2022-07-07
1
-0
/
+1
*
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
*
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
*
Fix jumps in `edit_map`
Titus Wormer
2022-06-28
1
-0
/
+144