md2ast 1.0.2

Markdown → JSON AST for CleverScript / Relay hosts (WASM, JNI, Rust).
Documentation
1
2
3
4
5
6
7
8
9
10
11
# md2ast Improvement Plan

## Tasks
- [x] **GFM Support**: Enable more GFM features like footnotes and smart punctuation in `pulldown-cmark`.
- [ ] **Robust HTML/JSX Parsing**: Replace regex-based parsing with a more reliable AST-based approach for inline tags.
- [ ] **AST Validation**: Implement validation logic to ensure generated ASTs are compatible with the `act` renderer.

## Status
- **GFM Support**: Completed
- **Robust HTML/JSX Parsing**: Not Started
- **AST Validation**: Not Started