ammachado opened a new pull request, #26341: URL: https://github.com/apache/camel/pull/26341
## Summary - Fixed MVEL templates (`main-options.mvel`, `jbang-options.mvel`) to use backtick (`` ` ``) formatting instead of bold (`*`) for property names in option tables - Fixed the hand-written `properties-component.adoc` to use backticks consistently - Regenerated all downstream docs (`main.adoc`, `camel-jbang-configuration.adoc`, catalog copies) This resolves a visual inconsistency on the rendered website where `main`, `properties-component`, and `jbang-configuration` pages rendered property names as `<strong>` (bold only) instead of `<code>` (with background highlight), unlike all other component pages. ## Test plan - [ ] Verify `mvn clean install -DskipTests` passes without uncommitted generated changes - [ ] Inspect rendered AsciiDoc tables to confirm property names now display with code formatting 🤖 Generated with [Claude Code](https://claude.com/claude-code) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
