markdown_description_list
Markdown extension with support for description/definition lists.
0.2.0
4.5K downloads/mo
#3980 most downloaded on pub.dev
dart-community/markdown_extensions
What this package is like to depend on
Last release 1 months ago
07 Jul 2026
Too new to tell
only 2 release windows
Nearly every release is documented
notes for 3 of 3 stable releases
Nothing withdrawn
no release was ever pulled
11 months old
3 releases · first in 2025
3 releases in the last 12 months
see the full history below
Release timeline
3 releases · Sep 2025 to Jul 2026
2026
Releases
latest 3-
0.2.007 Jul 2026Release notes
Open source →- Treat description continuation lines as requiring either two spaces or one tab of indentation, matching the documented syntax.
- Parse term lines as inline content instead of reparsing them as blocks, so terms that look like Markdown block markers remain valid term text.
- Reduce unnecessary operations and allocations, particularly when handling blank lines.
- Require Dart 3.10 or later.
- Increase dependency constraint of
package:markdownto^7.3.1.
-
0.1.111 Sep 2025 -
0.1.010 Sep 2025Release notes
Open source →- Initial release of the package with support for description lists, matching the commonly used syntax for Markdown definition lists.