To allow referring to operations using attribute substitution, such as: `operation::{prefix}-name[]` Requires a change to the following file to call `sub-attributes`: >spring-restdocs-asciidoctor/src/main/resources/extensions/operation_block_macro.rb ```ruby def process(parent, operation, attributes) operation = parent.sub_attributes operation # << -- ... ```