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
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2022-09-29
Add note on future idea
Titus Wormer
1
-0
/
+4
2022-09-28
Add support for turning mdast to hast
Titus Wormer
46
-348
/
+3718
2022-09-26
Add support for compiling to mdast
Titus Wormer
34
-38
/
+1556
2022-09-19
Add support for parsing MDX ESM, expressions
Titus Wormer
9
-417
/
+941
2022-09-14
Fix to prefer flow over definitions, setext headings
Titus Wormer
3
-1
/
+43
2022-09-12
Fix containers piercing into indented code
Titus Wormer
1
-2
/
+14
2022-09-12
Fix gfm email autolink literals overlapping
Titus Wormer
1
-2
/
+17
2022-09-12
Fix blank lines in labels
Titus Wormer
1
-0
/
+14
2022-09-12
Fix whitespace in GFM footnote definition identifiers
Titus Wormer
1
-109
/
+177
2022-09-09
Add docs for mdx expressions
Titus Wormer
1
-1
/
+1
2022-09-09
Add support for mdx attribute (value) expressions
Titus Wormer
2
-170
/
+167
2022-09-09
Add mdx expression (flow, text)
Titus Wormer
3
-5
/
+512
2022-09-08
Add support for mdx jsx (flow)
Titus Wormer
2
-0
/
+154
2022-09-08
Add tests for mdx jsx (text)
Titus Wormer
1
-0
/
+821
2022-09-07
Add support for recoverable syntax errors
Titus Wormer
40
-1289
/
+1371
2022-09-05
Add support for `mailto:`, `xmpp:` protocols
Titus Wormer
1
-0
/
+43
2022-09-05
Fix to implement GFM autolink literals exactly
Titus Wormer
1
-2
/
+2440
2022-09-01
Add support for GFM tagfilter
Titus Wormer
1
-0
/
+121
2022-08-31
Add support for GFM tables
Titus Wormer
2
-0
/
+1794
2022-08-26
Add support for math (flow)
Titus Wormer
2
-30
/
+274
2022-08-26
Add support for math (text)
Titus Wormer
1
-0
/
+190
2022-08-25
Add support for GFM footnotes
Titus Wormer
1
-0
/
+1530
2022-08-22
Fix lazy paragraph after definition
Titus Wormer
3
-0
/
+30
2022-08-22
Add support for GFM task list item
Titus Wormer
1
-0
/
+236
2022-08-22
Add support for GFM strikethrough
Titus Wormer
1
-0
/
+387
2022-08-18
Add support for GFM autolink literals
Titus Wormer
1
-0
/
+256
2022-08-18
Add `pretty_assertions` to tests for diffs
Titus Wormer
32
-0
/
+33
2022-08-16
Add support for frontmatter
Titus Wormer
1
-0
/
+67
2022-08-15
Refactor to rename list construct to list item
Titus Wormer
1
-1
/
+1
2022-08-11
Add improved container exit injection
Titus Wormer
1
-0
/
+8
2022-08-09
Add more tests for definitions and block quotes
Titus Wormer
3
-15
/
+21
2022-08-09
Add another test for lazy fenced code and block quotes
Titus Wormer
1
-1
/
+7
2022-08-09
Add some more tests for just line endings
Titus Wormer
1
-0
/
+36
2022-08-01
Fix bug on empty heading (atx)
Titus Wormer
1
-1
/
+7
2022-07-29
Refactor to improve states
Titus Wormer
1
-0
/
+6
2022-07-28
Refactor to work on `char`s
Titus Wormer
1
-6
/
+0
2022-07-26
Refactor to drastically improve perf around whitespace
Titus Wormer
1
-6
/
+0
2022-07-22
Refactor to remove unneeded tuples in every states
Titus Wormer
1
-1
/
+1
2022-07-21
Refactor performance around links in subtokenize
Titus Wormer
1
-1
/
+7
2022-07-18
Change to improve `default_line_ending` api
Titus Wormer
1
-2
/
+2
2022-07-18
Add support for turning off constructs
Titus Wormer
25
-1855
/
+3981
2022-07-18
Change to enable build script for commonmark tests again
Titus Wormer
1
-653
/
+653
2022-07-18
Fix edge case in identifier normalization
Titus Wormer
1
-10
/
+9
2022-07-18
Fix final bug with laziness
Titus Wormer
1
-152
/
+142
2022-07-15
Fix interrupting of ordered items
Titus Wormer
1
-11
/
+10
2022-07-15
Fix some final eol bugs
Titus Wormer
1
-54
/
+49
2022-07-15
Fix formatting of `commonmark` tests
Titus Wormer
1
-4392
/
+2464
2022-07-15
Fix to use single array for character references
Titus Wormer
2
-13
/
+15
2022-07-15
Add all commonmark tests
Titus Wormer
1
-0
/
+9142
2022-07-15
Fix annoying bug around virtual spaces in containers
Titus Wormer
1
-6
/
+5
[prev]
[next]