mfm_parser 1.0.6
mfm_parser: ^1.0.6 copied to clipboard
mfm (Markup Language For Misskey) parser for dart. it provides feature that text convert misskey node and properties.
1.0.6 #
- include
plaininparseSimple(commit: 89350da, 2024-06-18) - fix parsing links containing invalid URLs (commit: 0da1ac2, 2024-12-21)
- allow period (
.) in mentions (commit: 25ef40c, 2024-09-02) - support Unicode emoji additions (15.0, 15.1, 16.0) (commits: 8c1b53b, 715ca1a, 172219b)
- handle VS16 (return/ignore as text) (commits: 8df6de1, b628b9b)
- fix mergeText ignoring text before node (commit: f07c5dc)
- other minor fixes and documentation updates (various commits)
1.0.5 #
- support MathInline, MathBlock
1.0.4 #
- fix that MfmQuote has not node (thanks for @poppingmoon)
1.0.3 #
- MfmSearch contains field
1.0.2 #
- add documentation code, support docs.
1.0.1 #
- update pubspec.yaml
1.0.0 #
- Initial version.