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
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix attention starting and ending in different links
Titus Wormer
2022-10-29
1
-0
/
+6
*
Fix GFM autolink literals that end in in GFM table pipes
Titus Wormer
2022-10-28
1
-0
/
+6
*
Fix GFM tables to require a non-pipe in header row
Titus Wormer
2022-10-28
1
-0
/
+18
*
Fix GFM autolink literals after tabs
Titus Wormer
2022-10-26
1
-0
/
+24
*
Fix GFM tables interfering with other constructs
Titus Wormer
2022-10-26
1
-0
/
+6
*
Fix container close after unclosed fenced code, w/ eol
Titus Wormer
2022-10-26
1
-0
/
+12
*
Fix type of `start` on list in mdast
Titus Wormer
2022-10-25
1
-3
/
+11
*
Fix trailing whitespace around broken data
Titus Wormer
2022-10-25
1
-0
/
+18
*
Fix lists in MDX
Titus Wormer
2022-10-25
1
-0
/
+6
*
Refactor to use default trait in tests
Titus Wormer
2022-10-14
42
-543
/
+429
*
Add some more tests on mdx and indented code
Titus Wormer
2022-10-14
2
-0
/
+38
*
Add test for broken jsx and containers
Titus Wormer
2022-10-13
1
-4
/
+13
*
Remove some unused code in gfm tables
Titus Wormer
2022-10-13
1
-0
/
+19
*
Add test for raw html w/o `>` after closing tag
Titus Wormer
2022-10-13
1
-0
/
+6
*
Add test for mdx and indented code
Titus Wormer
2022-10-13
2
-0
/
+38
*
Add test for non-empty blank lines in footnotes
Titus Wormer
2022-10-13
1
-0
/
+17
*
Add tests for numeric character references in mdast
Titus Wormer
2022-10-13
1
-5
/
+5
*
Fix cr, crlf in code (fenced) for mdast
Titus Wormer
2022-10-13
1
-0
/
+28
*
Add a lot of tests on how mdast, unist work
Titus Wormer
2022-10-13
1
-5
/
+233
*
Add more tests for whitespace in jsx tags
Titus Wormer
2022-10-13
1
-0
/
+72
*
Add a bunch more tests for frontmatter
Titus Wormer
2022-10-13
1
-0
/
+54
*
Add another test for setext heading underlines after definitions
Titus Wormer
2022-10-13
1
-1
/
+7
*
Rename crate to `markdown`
Titus Wormer
2022-10-13
60
-2556
/
+2544
*
Add internals to compile JSX away (wip)
Titus Wormer
2022-10-12
4
-1
/
+377
*
Refactor some internals to accept mutable references
Titus Wormer
2022-10-11
4
-16
/
+12
*
Refactor test utilities to improve names
Titus Wormer
2022-10-11
13
-240
/
+304
*
Refactor to use a bunch of `into`
Titus Wormer
2022-10-11
34
-203
/
+193
*
Refactor some hidden internals
Titus Wormer
2022-10-11
2
-8
/
+8
*
Add support for proper positional info in swc tree
Titus Wormer
2022-10-11
17
-446
/
+884
*
Refactor to improve `to_hast` internals
Titus Wormer
2022-10-06
2
-828
/
+624
*
Refactor to split parse from compile options
Titus Wormer
2022-10-06
43
-314
/
+627
*
Refactor to share identifier methods
Titus Wormer
2022-10-06
1
-15
/
+5
*
Add support for HTML 4 character references in JSX attributes
Titus Wormer
2022-10-06
1
-0
/
+91
*
Add support for form feeds as html whitespace
Titus Wormer
2022-10-05
1
-2
/
+1
*
Add support for rewriting JSX
Titus Wormer
2022-10-05
5
-2
/
+1549
*
Refactor to share a test utility
Titus Wormer
2022-10-04
5
-199
/
+234
*
Add support for creating a component, using layout
Titus Wormer
2022-10-03
5
-2
/
+883
*
Add support for turning hast into swc
Titus Wormer
2022-09-30
7
-92
/
+1479
*
Add note on future idea
Titus Wormer
2022-09-29
1
-0
/
+4
*
Add support for turning mdast to hast
Titus Wormer
2022-09-28
46
-348
/
+3718
*
Add support for compiling to mdast
Titus Wormer
2022-09-26
34
-38
/
+1556
*
Add support for parsing MDX ESM, expressions
Titus Wormer
2022-09-19
9
-417
/
+941
*
Fix to prefer flow over definitions, setext headings
Titus Wormer
2022-09-14
3
-1
/
+43
*
Fix containers piercing into indented code
Titus Wormer
2022-09-12
1
-2
/
+14
*
Fix gfm email autolink literals overlapping
Titus Wormer
2022-09-12
1
-2
/
+17
*
Fix blank lines in labels
Titus Wormer
2022-09-12
1
-0
/
+14
*
Fix whitespace in GFM footnote definition identifiers
Titus Wormer
2022-09-12
1
-109
/
+177
*
Add docs for mdx expressions
Titus Wormer
2022-09-09
1
-1
/
+1
*
Add support for mdx attribute (value) expressions
Titus Wormer
2022-09-09
2
-170
/
+167
*
Add mdx expression (flow, text)
Titus Wormer
2022-09-09
3
-5
/
+512
[next]