dart_markdown_parser 0.2.0
dart_markdown_parser: ^0.2.0 copied to clipboard
A pure Dart markdown parser with AST output. Supports CommonMark, GFM, math formulas, footnotes, nested lists, and an extensible plugin system. Zero external dependencies.
0.2.0 #
- Add support for nested lists (sublists with proper indentation handling).
- Improve list parsing to handle multi-line list items and nested content.
- Add comprehensive tests for nested unordered, ordered, and mixed lists.
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.).