You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by zr...@apache.org on 2022/03/21 19:06:24 UTC

[camel-kamelets] branch main updated: fix: escape text to prevent auto links

This is an automated email from the ASF dual-hosted git repository.

zregvart pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-kamelets.git


The following commit(s) were added to refs/heads/main by this push:
     new 060a195  fix: escape text to prevent auto links
060a195 is described below

commit 060a19553314dad69c4b5ae37d86b6e70c4419da
Author: Zoran Regvart <zo...@regvart.com>
AuthorDate: Mon Mar 21 20:06:18 2022 +0100

    fix: escape text to prevent auto links
    
    Otherwise we the Asciidoc auto links feature will generate broken links.
---
 docs/modules/ROOT/examples/template/kamelet-options.adoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/modules/ROOT/examples/template/kamelet-options.adoc b/docs/modules/ROOT/examples/template/kamelet-options.adoc
index d7a06fb..5a1f58d 100644
--- a/docs/modules/ROOT/examples/template/kamelet-options.adoc
+++ b/docs/modules/ROOT/examples/template/kamelet-options.adoc
@@ -20,7 +20,7 @@ The following table summarizes the configuration options available for the \`{na
 | Property| Name| Description| Type| Default| Example
 |===
 
-jsonpathTable::example$yaml/${basename}.kamelet.yaml[query='nodes$.spec.definition.properties.*',cellformats='util.boldLink(name)|value.title|util.description(value)|util.valueAsString(value.type)|util.valueAsString(value.default)|util.valueAsString(value.example)',{requires},transform=kamelets.sort]
+jsonpathTable::example$yaml/${basename}.kamelet.yaml[query='nodes$.spec.definition.properties.*',cellformats='util.boldLink(name)|value.title|util.description(value)|util.valueAsString(value.type)|util.valueAsString(value.default)|util.escapeAutoLinks(util.valueAsString(value.example))',{requires},transform=kamelets.sort]
 
 endif::[]