Definition lists do not implement pandoc spec fully
Pandoc spec: https://github.com/jgm/commonmark-hs/blob/master/commonmark-extensions/test/definition_lists.md
- Loose vs tight lists not taken into account
- Multi block definitions not supported
~cannot be used in place of:
cc @clecat
Thank you for your feedback, I might be a bit busy this week, but I'll try to do it asap. I suppose the full implementation of the spec is mandatory for this feature to be in the release
Thank you for your feedback, I might be a bit busy this week, but I'll try to do it asap. I suppose the full implementation of the spec is mandatory for this feature to be in the release
The issue was just to document what is missing, it is not urgent. As for the release, we could just delay definition lists until after the release, it is not a problem (I think it is better to have a complete implementation before it is released).