You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by ac...@apache.org on 2016/05/13 06:42:35 UTC

camel git commit: Added {% raw %} and {% endraw %} to mustache.adoc to escape special characters

Repository: camel
Updated Branches:
  refs/heads/master af9977100 -> 708a2bdc4


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/708a2bdc
Tree: http://git-wip-us.apache.org/repos/asf/camel/tree/708a2bdc
Diff: http://git-wip-us.apache.org/repos/asf/camel/diff/708a2bdc

Branch: refs/heads/master
Commit: 708a2bdc41a28289f2490946530faeade778a9d9
Parents: af99771
Author: Andrea Cosentino <an...@gmail.com>
Authored: Fri May 13 08:41:35 2016 +0200
Committer: Andrea Cosentino <an...@gmail.com>
Committed: Fri May 13 08:42:14 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/708a2bdc/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]]