You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by da...@apache.org on 2016/05/16 09:51:28 UTC

[37/50] [abbrv] camel git commit: Added {% raw %} and {% endraw %} to mustache.adoc to escape special characters

Added {% raw %} and {% endraw %} to mustache.adoc to escape special characters


Project: http://git-wip-us.apache.org/repos/asf/camel/repo
Commit: http://git-wip-us.apache.org/repos/asf/camel/commit/4db1d2de
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/4db1d2de
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/4db1d2de

Branch: refs/heads/kube-lb
Commit: 4db1d2de946438f61c2f74765e40c87230286da0
Parents: 3e1994d
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri May 13 08:41:35 2016 +0200
Committer: Claus Ibsen <da...@apache.org>
Committed: Mon May 16 09:59:33 2016 +0200

----------------------------------------------------------------------
 components/camel-mustache/src/main/docs/mustache.adoc | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/camel/blob/4db1d2de/components/camel-mustache/src/main/docs/mustache.adoc
----------------------------------------------------------------------
diff --git a/components/camel-mustache/src/main/docs/mustache.adoc b/components/camel-mustache/src/main/docs/mustache.adoc
index ab80da8..c28a668 100644
--- a/components/camel-mustache/src/main/docs/mustache.adoc
+++ b/components/camel-mustache/src/main/docs/mustache.adoc
@@ -42,6 +42,7 @@ Options
 ^^^^^^^
 
 
+{% raw %}
 // component options: START
 The Mustache component supports 1 options which are listed below.
 
@@ -57,6 +58,7 @@ The Mustache component supports 1 options which are listed below.
 
 
 
+
 // endpoint options: START
 The Mustache component supports 7 endpoint options which are listed below:
 
@@ -72,7 +74,7 @@ The Mustache component supports 7 endpoint options which are listed below:
 | synchronous | advanced | false | boolean | Sets whether synchronous processing should be strictly used or Camel is allowed to use asynchronous processing (if supported).
 |=======================================================================
 // endpoint options: END
-
+{% endraw %}
 
 
 [[Mustache-MustacheContext]]