Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add some unit tests for internal character functions | Titus Wormer | 2022-10-13 | 1 | -15/+102 |
| | |||||
* | Replace some unused code with assertions | Titus Wormer | 2022-10-13 | 1 | -8/+10 |
| | |||||
* | 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 | 3 | -29/+26 |
| | |||||
* | Add test for raw html w/o `>` after closing tag | Titus Wormer | 2022-10-13 | 1 | -0/+6 |
| | |||||
* | Remove some unused code | Titus Wormer | 2022-10-13 | 3 | -25/+19 |
| | |||||
* | Add test for mdx and indented code | Titus Wormer | 2022-10-13 | 2 | -0/+38 |
| | |||||
* | Fix broken link | Titus Wormer | 2022-10-13 | 1 | -0/+2 |
| | |||||
* | Add test for non-empty blank lines in footnotes | Titus Wormer | 2022-10-13 | 1 | -0/+17 |
| | |||||
* | Add missing test for mdast | Titus Wormer | 2022-10-13 | 1 | -0/+32 |
| | |||||
* | Refactor some code to improve coverage | Titus Wormer | 2022-10-13 | 5 | -85/+62 |
| | |||||
* | 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 | 2 | -3/+31 |
| | |||||
* | Add a lot of tests on how mdast, unist work | Titus Wormer | 2022-10-13 | 3 | -42/+1154 |
| | |||||
* | Add a couple tests for `Debug` on unist interfaces | Titus Wormer | 2022-10-13 | 1 | -0/+23 |
| | |||||
* | Refactor to improve coverage with assertion | Titus Wormer | 2022-10-13 | 1 | -6/+2 |
| | |||||
* | Refactor to improve coverage of titles | Titus Wormer | 2022-10-13 | 2 | -12/+8 |
| | |||||
* | Add more tests for whitespace in jsx tags | Titus Wormer | 2022-10-13 | 2 | -10/+74 |
| | |||||
* | Add a bunch more tests for frontmatter | Titus Wormer | 2022-10-13 | 2 | -9/+60 |
| | |||||
* | Remove unneeded states in `partial_label` | Titus Wormer | 2022-10-13 | 2 | -50/+15 |
| | |||||
* | Add another test for setext heading underlines after definitions | Titus Wormer | 2022-10-13 | 1 | -1/+7 |
| | |||||
* | Remove unneeded code from `gfm_autolink_literal` | Titus Wormer | 2022-10-13 | 1 | -91/+9 |
| | |||||
* | Add improved docs | Titus Wormer | 2022-10-13 | 1 | -10/+13 |
| | |||||
* | Add logo to crate docs | Titus Wormer | 2022-10-13 | 1 | -3/+4 |
| | |||||
* | Add coverage to workflow | Titus Wormer | 2022-10-13 | 1 | -2/+2 |
| | |||||
* | Add some badges | Titus Wormer | 2022-10-13 | 1 | -11/+7 |
| | |||||
* | Add logo to readme | Titus Wormer | 2022-10-13 | 1 | -4/+8 |
| | |||||
* | Add note about `micromark` | Titus Wormer | 2022-10-13 | 1 | -0/+7 |
| | |||||
* | Add improved names to logos | Titus Wormer | 2022-10-13 | 4 | -0/+19 |
| | |||||
* | Add thanks for crate name | Titus Wormer | 2022-10-13 | 1 | -2/+5 |
| | |||||
* | Add masks to logos | Titus Wormer | 2022-10-13 | 2 | -5/+15 |
| | |||||
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 79 | -2725/+2711 |
| | |||||
* | Fix typo | Titus Wormer | 2022-10-12 | 1 | -2/+2 |
| | |||||
* | Add internals to compile JSX away (wip) | Titus Wormer | 2022-10-12 | 5 | -1/+378 |
| | |||||
* | Add note about crate logo | Titus Wormer | 2022-10-12 | 1 | -0/+3 |
| | |||||
* | Add Thanks section to readme | Titus Wormer | 2022-10-12 | 1 | -5/+11 |
| | |||||
* | Remove some superfluous docs | Titus Wormer | 2022-10-12 | 1 | -146/+2 |
| | |||||
* | Add code of conduct, improve docs | Titus Wormer | 2022-10-12 | 4 | -171/+352 |
| | |||||
* | Refactor to improve some module docs | Titus Wormer | 2022-10-12 | 12 | -22/+24 |
| | |||||
* | Add improved logos | Titus Wormer | 2022-10-12 | 4 | -54/+53 |
| | | | | Co-authored-by: Merlijn Vos <merlijn@soverin.net> | ||||
* | 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 | 43 | -234/+217 |
| | |||||
* | Refactor some prose | Titus Wormer | 2022-10-11 | 1 | -7/+10 |
| | |||||
* | Refactor some hidden internals | Titus Wormer | 2022-10-11 | 5 | -35/+21 |
| | |||||
* | Add some missing internal docs | Titus Wormer | 2022-10-11 | 5 | -22/+66 |
| | |||||
* | Add improved docs to public api | Titus Wormer | 2022-10-11 | 3 | -113/+342 |
| | |||||
* | Add support for proper positional info in swc tree | Titus Wormer | 2022-10-11 | 26 | -581/+1182 |
| | | | | | | | | | | * Fix some positional info in SWC error messages * Add positional info in `to_document` on duplicate layouts * Add support for `path` on `Program` (`to_swc`, `to_document`, `jsx_rewrite`), for the path of a file on disk * Add support for `development` to `jsx-rewrite`, which when defined will embed info on where tags were written into the runtime code when they are not passed * Refactor to move some utilities to `micromark_swc_utils.rs`, `swc_utils.rs` | ||||
* | Update fuzzer to support new options format, add mdast fuzzing | Christian Murphy | 2022-10-07 | 1 | -4/+3 |
| | | | Closes GH-9. | ||||
* | Refactor to improve `to_hast` internals | Titus Wormer | 2022-10-06 | 2 | -828/+624 |
| |