Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.0.0-alpha.1 | 2022-10-14 | 1 | -1/+1 | |
| | |||||
* | Add `path` to bench in `Cargo.toml` | 2022-10-14 | 1 | -0/+1 | |
| | |||||
* | Remove `publish: false` from `Cargo.toml` | 2022-10-14 | 1 | -1/+0 | |
| | |||||
* | Rename crate to `markdown` | 2022-10-13 | 1 | -3/+3 | |
| | |||||
* | Add internals to compile JSX away (wip) | 2022-10-12 | 1 | -0/+1 | |
| | |||||
* | Add support for rewriting JSX | 2022-10-05 | 1 | -1/+2 | |
| | |||||
* | Add support for turning hast into swc | 2022-09-30 | 1 | -0/+1 | |
| | |||||
* | Update dev-dependencies | 2022-09-29 | 1 | -3/+3 | |
| | |||||
* | Add support for parsing MDX ESM, expressions | 2022-09-19 | 1 | -1/+4 | |
| | | | | | | | | | | | | | | | | This commit adds support for hooks that lets a user integrate another parser with `micromark-rs`, to parse ESM and expressions according to a particular grammar (such as a programming language, typically JavaScript). For an example integrating with SWC, see `tests/test_utils/mod.rs`. The integration occurs with two functions passed in `options`: `mdx_expression_parse` and `mdx_esm_parse`. The can signal back to micromark when they are successful, whether there is an error at the end (in which case micromark will try to parse more), or whether there is a syntax error (in which case micromark will crash). | ||||
* | Add support for unicode identifiers in JSX | 2022-09-07 | 1 | -0/+2 | |
| | |||||
* | Refactor to loosen ranges in `Cargo.toml` | 2022-08-19 | 1 | -3/+3 | |
| | |||||
* | Add `pretty_assertions` to tests for diffs | 2022-08-18 | 1 | -0/+1 | |
| | |||||
* | Fix misclassified dependency | 2022-07-26 | 1 | -1/+1 | |
| | |||||
* | Add a benchmark | 2022-07-18 | 1 | -0/+7 | |
| | |||||
* | Add all commonmark tests | 2022-07-15 | 1 | -0/+1 | |
| | |||||
* | Use Rust to crawl unicode | 2022-07-04 | 1 | -2/+6 | |
| | |||||
* | . | 2022-06-08 | 1 | -0/+18 | |