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
/
construct
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2023-07-10
Fix parsing of nested links
Fedor Sheremetyev
1
-1
/
+1
2023-06-23
Fix internal docs on grammar of html (flow)
Titus Wormer
1
-3
/
+3
2023-05-25
Fix code-style
Titus Wormer
1
-1
/
+1
2023-05-23
Fix escape in titles
Titus Wormer
1
-1
/
+1
2023-05-23
Refactor some code
Titus Wormer
8
-21
/
+33
2023-05-18
Remove unneeded branch
Titus Wormer
1
-6
/
+1
2023-05-13
Remove superfluous code
Titus Wormer
1
-4
/
+1
2023-05-11
Fix typo in docs
Titus Wormer
1
-1
/
+3
2023-05-02
Remove unneeded check
Titus Wormer
1
-1
/
+1
2023-04-22
Fix typo in docs
Titus Wormer
1
-1
/
+1
2023-04-22
Fix crash in MDX whitespace
Mick van Gelderen
1
-9
/
+11
2022-11-25
Fix double setext heading underlines
Titus Wormer
2
-4
/
+3
2022-11-10
Refactor code-style for Rust 1.65
Hocdoc
4
-5
/
+5
2022-10-29
Fix attention starting and ending in different links
Titus Wormer
1
-11
/
+12
2022-10-29
Refactor to always resolve edit maps
Titus Wormer
8
-8
/
+7
2022-10-28
Fix GFM autolink literals that end in in GFM table pipes
Titus Wormer
1
-2
/
+3
2022-10-28
Fix GFM tables to require a non-pipe in header row
Titus Wormer
1
-7
/
+21
2022-10-26
Fix GFM tables interfering with other constructs
Titus Wormer
1
-0
/
+2
2022-10-26
Fix container close after unclosed fenced code, w/ eol
Titus Wormer
1
-6
/
+20
2022-10-25
Fix trailing whitespace around broken data
Titus Wormer
2
-0
/
+4
2022-10-25
Fix lists in MDX
Titus Wormer
1
-1
/
+1
2022-10-14
Remove some unused code around slices
Titus Wormer
2
-15
/
+5
2022-10-13
Replace some unused code for assertions
Titus Wormer
2
-23
/
+19
2022-10-13
Replace some unused code with assertions
Titus Wormer
1
-8
/
+10
2022-10-13
Remove some unused code in gfm tables
Titus Wormer
1
-27
/
+7
2022-10-13
Remove some unused code
Titus Wormer
3
-25
/
+19
2022-10-13
Refactor to improve coverage of titles
Titus Wormer
1
-10
/
+6
2022-10-13
Add more tests for whitespace in jsx tags
Titus Wormer
1
-10
/
+2
2022-10-13
Add a bunch more tests for frontmatter
Titus Wormer
1
-9
/
+6
2022-10-13
Remove unneeded states in `partial_label`
Titus Wormer
1
-46
/
+13
2022-10-13
Remove unneeded code from `gfm_autolink_literal`
Titus Wormer
1
-91
/
+9
2022-10-12
Refactor to improve some module docs
Titus Wormer
12
-22
/
+24
2022-10-11
Refactor to use a bunch of `into`
Titus Wormer
1
-2
/
+2
2022-10-11
Add some missing internal docs
Titus Wormer
2
-4
/
+8
2022-10-11
Add support for proper positional info in swc tree
Titus Wormer
2
-15
/
+28
2022-10-06
Refactor to share identifier methods
Titus Wormer
1
-24
/
+26
2022-10-06
Add support for HTML 4 character references in JSX attributes
Titus Wormer
1
-21
/
+6
2022-09-28
Add support for turning mdast to hast
Titus Wormer
10
-28
/
+24
2022-09-19
Add support for parsing MDX ESM, expressions
Titus Wormer
5
-21
/
+314
2022-09-14
Fix to prefer flow over definitions, setext headings
Titus Wormer
15
-211
/
+436
2022-09-12
Fix containers piercing into indented code
Titus Wormer
1
-1
/
+1
2022-09-12
Fix gfm email autolink literals overlapping
Titus Wormer
1
-13
/
+13
2022-09-12
Fix blank lines in labels
Titus Wormer
1
-1
/
+2
2022-09-12
Fix whitespace in GFM footnote definition identifiers
Titus Wormer
2
-19
/
+106
2022-09-09
Add docs for mdx expressions
Titus Wormer
3
-12
/
+152
2022-09-09
Add support for mdx attribute (value) expressions
Titus Wormer
2
-10
/
+70
2022-09-09
Add mdx expression (flow, text)
Titus Wormer
7
-4
/
+242
2022-09-09
Add some missing docs
Titus Wormer
1
-14
/
+9
2022-09-09
Fix to allow blank lines in mdx jsx (flow)
Titus Wormer
1
-44
/
+22
2022-09-09
Refactor to move byte, char info to own file
Titus Wormer
4
-79
/
+55
[next]