asciidoctor / asciidoctor-maven-plugin

A Maven plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
http://asciidoctor.org
Apache License 2.0
318 stars 122 forks source link

Support description list in parser doxia module #751 #772

Closed abelsromero closed 8 months ago

abelsromero commented 8 months ago

Thank you for opening a pull request and contributing to asciidoctor-maven-plugin!

What kind of change does this PR introduce? (check at least one)

What is the goal of this pull request?

Add support for description lists https://docs.asciidoctor.org/asciidoc/latest/lists/description/ for the new maven-parser-doxia-module.

Are there any alternative ways to implement this?

It feels like it. The fact that ordered and unordered lists tags are treated in ListItemNodeProcessor but for description lists I had to do the treatment on its own NodeProcessor make me thing there's some flaw in the current approach. But so far it works and release v3 should not be delayed.

Are there any implications of this pull request? Anything a user must know?

no.

Is it related to an existing issue?

- [x] Yes - [ ] No Closes #751 *Finally, please add a corresponding entry to CHANGELOG.adoc*