浏览代码

Added a small bit of clarification for indexing

Michele "Ubik" De Simoni 8 年之前
父节点
当前提交
c0be069b22
共有 1 个文件被更改,包括 2 次插入1 次删除
  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.