asciidoctor / asciidoctorj

:coffee: Java bindings for Asciidoctor. Asciidoctor on the JVM!
http://asciidoctor.org
Apache License 2.0
627 stars 172 forks source link

Replace internal use of `numbered` attribute by `sectnums` #1120

Closed abelsromero closed 2 years ago

abelsromero commented 2 years ago

numbered is considered legacy and while still supported we should probably just change it.

ref: https://github.com/asciidoctor/asciidoctorj/blob/2a57067e4ab64cc149d64d6a0c98913f1eba914f/asciidoctorj-api/src/main/java/org/asciidoctor/Attributes.java#L41