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 2020/01/13 10:04:59 UTC

[camel] 04/13: Regen docs

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

acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel.git

commit c4695657a6c5f0574fabe68800666dbb2e9e0f74
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:40:18 2020 +0100

    Regen docs
---
 docs/components/modules/ROOT/pages/rss-dataformat.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/docs/components/modules/ROOT/pages/rss-dataformat.adoc b/docs/components/modules/ROOT/pages/rss-dataformat.adoc
index 08b307d..c966d31 100644
--- a/docs/components/modules/ROOT/pages/rss-dataformat.adoc
+++ b/docs/components/modules/ROOT/pages/rss-dataformat.adoc
@@ -16,11 +16,15 @@ The purpose of this feature is to make it possible to use Camel's lovely
 built-in expressions for manipulating RSS messages. As shown below, an
 XPath expression can be used to filter the RSS message:
 
-TIP: *Query parameters*
+[TIP]
+====
+*Query parameters*
+
 If the URL for the RSS feed uses query parameters, this component will
 understand them as well, for example if the feed uses `alt=rss`, then
 you can for example do 
 `from("rss:http://someserver.com/feeds/posts/default?alt=rss&splitEntries=false&delay=1000").to("bean:rss");`
+====
 
 == Options