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-10-13
Add tests for numeric character references in mdast
Titus Wormer
1
-5
/
+5
2022-10-13
Fix cr, crlf in code (fenced) for mdast
Titus Wormer
1
-0
/
+28
2022-10-13
Add a lot of tests on how mdast, unist work
Titus Wormer
1
-5
/
+233
2022-10-13
Add more tests for whitespace in jsx tags
Titus Wormer
1
-0
/
+72
2022-10-13
Add a bunch more tests for frontmatter
Titus Wormer
1
-0
/
+54
2022-10-13
Add another test for setext heading underlines after definitions
Titus Wormer
1
-1
/
+7
2022-10-13
Rename crate to `markdown`
Titus Wormer
60
-2556
/
+2544
2022-10-12
Add internals to compile JSX away (wip)
Titus Wormer
4
-1
/
+377
2022-10-11
Refactor some internals to accept mutable references
Titus Wormer
4
-16
/
+12
2022-10-11
Refactor test utilities to improve names
Titus Wormer
13
-240
/
+304
2022-10-11
Refactor to use a bunch of `into`
Titus Wormer
34
-203
/
+193
2022-10-11
Refactor some hidden internals
Titus Wormer
2
-8
/
+8
2022-10-11
Add support for proper positional info in swc tree
Titus Wormer
17
-446
/
+884
2022-10-06
Refactor to improve `to_hast` internals
Titus Wormer
2
-828
/
+624
2022-10-06
Refactor to split parse from compile options
Titus Wormer
43
-314
/
+627
2022-10-06
Refactor to share identifier methods
Titus Wormer
1
-15
/
+5
2022-10-06
Add support for HTML 4 character references in JSX attributes
Titus Wormer
1
-0
/
+91
2022-10-05
Add support for form feeds as html whitespace
Titus Wormer
1
-2
/
+1
2022-10-05
Add support for rewriting JSX
Titus Wormer
5
-2
/
+1549
2022-10-04
Refactor to share a test utility
Titus Wormer
5
-199
/
+234
2022-10-03
Add support for creating a component, using layout
Titus Wormer
5
-2
/
+883
2022-09-30
Add support for turning hast into swc
Titus Wormer
7
-92
/
+1479
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
[next]