Fix updateFrequency markdown

pull/541/head
Nathan Gathright 2023-06-07 15:22:52 -05:00
rodzic 1bcd05faf2
commit 5358ed0614
Nie znaleziono w bazie danych klucza dla tego podpisu
1 zmienionych plików z 3 dodań i 3 usunięć

Wyświetl plik

@ -1434,7 +1434,7 @@ Single
The node value is a free-form string, which might be displayed alongside other information about the podcast. Please
do not exceed `128 characters` for the node value or it may be truncated by aggregators.
## Attributes
### Attributes
* **complete (optional):** Boolean specifying if the podcast has no intention to release further episodes. If not
set, this should be assumed to be false.
* **dtstart (optional):** The `date` or `datetime` the recurrence rule begins as an [ISO8601-fornmatted]
@ -1444,7 +1444,7 @@ do not exceed `128 characters` for the node value or it may be truncated by aggr
* **rrule (recommended):** A recurrence rule as defined in [iCalendar RFC 5545 Section 3.3.10](https://www.
rfc-editor.org/rfc/rfc5545#section-3.3.10).
## Examples
### Examples
Recreating most of Apple Podcasts Connects “Update Frequency” values is easily achieved:
```xml
<podcast:updateFrequency rrule="FREQ=DAILY">Daily</podcast:updateFrequency>
@ -1496,4 +1496,4 @@ Podcasts currently on hiatus can indicate their intention to resume production b
Complete podcasts with no intention to release further episodes:
```xml
<podcast:updateFrequency complete="true">Thats all folks!</podcast:updateFrequency>
```
```