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:57 UTC

[camel] 02/13: Camel-RSS Dataformat: Improve TIP section

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 4f198d0c356e4f6580c12938dad41068048a9072
Author: Andrea Cosentino <an...@gmail.com>
AuthorDate: Mon Jan 13 10:33:27 2020 +0100

    Camel-RSS Dataformat: Improve TIP section
---
 components/camel-rss/src/main/docs/rss-dataformat.adoc | 6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/components/camel-rss/src/main/docs/rss-dataformat.adoc b/components/camel-rss/src/main/docs/rss-dataformat.adoc
index 337d104..865230a 100644
--- a/components/camel-rss/src/main/docs/rss-dataformat.adoc
+++ b/components/camel-rss/src/main/docs/rss-dataformat.adoc
@@ -15,11 +15,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