Skip to content

v0.1.42

Latest

Choose a tag to compare

@github-actions github-actions released this 03 Feb 20:26

Added

  • convert-id-attributes-to-ids - New tool to convert :id: attributes to AsciiDoc anchors
    • Converts :id: value to [id="value_{context}"] format
    • Optional --clean-up flag removes boilerplate comments and include directives
    • Removes // define ID as an attribute comments
    • Removes // assign ID conditionally comments
    • Removes include::{modules}/common/id.adoc[] directives
    • Dry-run mode for safe preview
    • CLI command: convert-id-attributes-to-ids [--clean-up] [--dry-run] [path]