This is an automated email from the ASF dual-hosted git repository. davsclaus pushed a commit to branch camel-23485-ascii-art-renderer in repository https://gitbox.apache.org/repos/asf/camel.git
commit d1e2aa4f45c866db8e7ffe0074c907e2fddb8d13 Author: Claus Ibsen <[email protected]> AuthorDate: Tue May 12 13:49:18 2026 +0200 CAMEL-23485: camel-diagram - Update documentation for ASCII art renderer --- components/camel-diagram/src/main/docs/diagram.adoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/components/camel-diagram/src/main/docs/diagram.adoc b/components/camel-diagram/src/main/docs/diagram.adoc index 49b08cdc5d87..e8e6ca9e417a 100644 --- a/components/camel-diagram/src/main/docs/diagram.adoc +++ b/components/camel-diagram/src/main/docs/diagram.adoc @@ -140,6 +140,7 @@ Long labels are automatically wrapped to fit within the box width. Example output for a simple route: +[source,text] ---- route1 +----------------------+ @@ -156,6 +157,7 @@ route1 Example output for a branching route with choice: +[source,text] ---- route1 +----------------------+
