asciidoctor / asciidoctor-gradle-plugin

A Gradle plugin that uses Asciidoctor via JRuby to process AsciiDoc source files within the project.
https://asciidoctor.github.io/asciidoctor-gradle-plugin/
Apache License 2.0
287 stars 122 forks source link

Allow null attributes to be passed through #712

Closed ysb33r closed 10 months ago

ysb33r commented 10 months ago

IN 3.x we allowed null atriibutes to be passed through, but this now causes issues in 4.x. We need to allow the same behaviour.

mojavelinux commented 10 months ago

Note that null and false are both valid values for an attribute set via the API, and they mean different things to the processor.