spring-io / spring-asciidoctor-extensions

Asciidoctor Extensions developed by the Spring team
46 stars 18 forks source link

configprop macro truncates properties that are values nested in a map #92

Closed wilkinsona closed 1 year ago

wilkinsona commented 1 year ago

In Spring Boot's docs configprop:management.observations.enable.spring.security[] is truncated to management.observations.enable when rendered. management.observations.enable is a Map<String, Boolean>.