dart_markdown_parser 0.1.1
dart_markdown_parser: ^0.1.1 copied to clipboard
A pure Dart markdown parser with AST output. Supports CommonMark, GFM, math formulas, footnotes, and an extensible plugin system. Zero external dependencies.
0.1.1 #
- Fix repository and homepage URLs in pubspec.yaml.
- Update README with installation instructions and pub.dev badge.
0.1.0 #
- Initial release.
- Pure Dart markdown parser with AST-based architecture.
- CommonMark and GFM support.
- LaTeX math, tables, footnotes support.
- Extensible plugin system (mermaid, mention, admonition, emoji, thinking, etc.).