Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 1.0.0-alpha.4 | Titus Wormer | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Update dev-dependency | Titus Wormer | 2022-11-25 | 1 | -1/+1 |
| | |||||
* | Remove unneeded tests | Titus Wormer | 2022-11-25 | 1 | -6/+6 |
| | |||||
* | 1.0.0-alpha.3 | Titus Wormer | 2022-10-26 | 1 | -1/+1 |
| | |||||
* | 1.0.0-alpha.2 | Titus Wormer | 2022-10-25 | 1 | -1/+1 |
| | |||||
* | Update description in `Cargo.toml` | Titus Wormer | 2022-10-14 | 1 | -1/+1 |
| | |||||
* | 1.0.0-alpha.1 | Titus Wormer | 2022-10-14 | 1 | -1/+1 |
| | |||||
* | Add `path` to bench in `Cargo.toml` | Titus Wormer | 2022-10-14 | 1 | -0/+1 |
| | |||||
* | Remove `publish: false` from `Cargo.toml` | Titus Wormer | 2022-10-14 | 1 | -1/+0 |
| | |||||
* | Rename crate to `markdown` | Titus Wormer | 2022-10-13 | 1 | -3/+3 |
| | |||||
* | Add internals to compile JSX away (wip) | Titus Wormer | 2022-10-12 | 1 | -0/+1 |
| | |||||
* | Add support for rewriting JSX | Titus Wormer | 2022-10-05 | 1 | -1/+2 |
| | |||||
* | Add support for turning hast into swc | Titus Wormer | 2022-09-30 | 1 | -0/+1 |
| | |||||
* | Update dev-dependencies | Titus Wormer | 2022-09-29 | 1 | -3/+3 |
| | |||||
* | Add support for parsing MDX ESM, expressions | Titus Wormer | 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 | Titus Wormer | 2022-09-07 | 1 | -0/+2 |
| | |||||
* | Refactor to loosen ranges in `Cargo.toml` | Titus Wormer | 2022-08-19 | 1 | -3/+3 |
| | |||||
* | Add `pretty_assertions` to tests for diffs | Titus Wormer | 2022-08-18 | 1 | -0/+1 |
| | |||||
* | Fix misclassified dependency | Titus Wormer | 2022-07-26 | 1 | -1/+1 |
| | |||||
* | Add a benchmark | Titus Wormer | 2022-07-18 | 1 | -0/+7 |
| | |||||
* | Add all commonmark tests | Titus Wormer | 2022-07-15 | 1 | -0/+1 |
| | |||||
* | Use Rust to crawl unicode | Titus Wormer | 2022-07-04 | 1 | -2/+6 |
| | |||||
* | . | Titus Wormer | 2022-06-08 | 1 | -0/+18 |