diff --git a/docs/1.0.md b/docs/1.0.md index ecc9429..1436ea0 100644 --- a/docs/1.0.md +++ b/docs/1.0.md @@ -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 Connect’s “Update Frequency” values is easily achieved: ```xml Daily @@ -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 That’s all folks! -``` \ No newline at end of file +```