From 7c7d44202374cd0804be29a9837eb26c05570002 Mon Sep 17 00:00:00 2001 From: David Marzal <2069735+Marzal@users.noreply.github.com> Date: Tue, 17 Jun 2025 21:28:12 +0200 Subject: [PATCH] Improve podroll examples So it's more clear the options at first sight --- docs/tags/podroll.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/docs/tags/podroll.md b/docs/tags/podroll.md index 24f3cc7..1e06bfd 100644 --- a/docs/tags/podroll.md +++ b/docs/tags/podroll.md @@ -17,7 +17,7 @@ Single The node value must be one or more [``](remoteItem.md) elements. ### Example - +- Recomendations with just the required `feedGuid`: ```xml @@ -25,3 +25,12 @@ The node value must be one or more [``](remoteItem.md) eleme ``` + +- Recomendations with the required `feedGuid` and the optional `feedUrl`: +```xml + + + + + +```