Selaa lähdekoodia

Added a small bit of clarification for indexing

Michele "Ubik" De Simoni 8 vuotta sitten
vanhempi
commit
c0be069b22
1 muutettua tiedostoa jossa 2 lisäystä ja 1 poistoa
  1. 2 1
      series/Readme.md

+ 2 - 1
series/Readme.md

@@ -14,9 +14,10 @@ or, in Markdown syntax
 The plugin collects all articles belonging to the same series and provides
 series-related variables that you can use in your template.
 
+#### Indexing
 By default articles in a series are ordered by date and then automatically numbered.
 
-If you want to force a given order just specify the `:series_index` metadata,
+If you want to force a given order just specify the `:series_index:` metadata or in Markdown `series_index:`,
 starting from 1. All articles with this enforced index are put at the beginning of
 the series and ordered according to the index itself. All the remaining articles
 come after them, ordered by date.