From 95b0ced45b37fe0d6604e0abd5312845c5f4cb40 Mon Sep 17 00:00:00 2001 From: John Conway Date: Fri, 10 May 2019 14:05:50 +0100 Subject: Formatting --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index a6c8525..99421fe 100644 --- a/README.md +++ b/README.md @@ -32,15 +32,15 @@ feed.title # Will hold the title There are some exeptions, elements that can be repeated accorting to the specifications are pluralised as follows: -*RSS*: `` -> accessed as '`.items[index]`' -*RSS and Atom*: `` -> '`.categories[index]`' -*Atom*: `` -> accessed as '`.entries[index]`' -*Atom*: `` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence) +*RSS*: `` -> accessed as '`.items[index]`'
+*RSS and Atom*: `` -> '`.categories[index]`'
+*Atom*: `` -> accessed as '`.entries[index]`'
+*Atom*: `` -> accessed as '`.authors[index]`' (if you call just .author, you will return the first author of the sequence)
*Atom*: `` -> accessed as '`.contributors[index]`' (again, calling this singular will return the first in the sequence) Some Atom nodes have the Nim keyword 'type' as an attribute. These have been changed as follows. -`` type is accesed with linkType +`` type is accesed with linkType
`, , and <subtitle type="">` types are accesed with textType ### Limitations -- cgit v1.2.3