From a7cfc583531a7e72a3c2da2c62539914100f4ea7 Mon Sep 17 00:00:00 2001 From: epriestley Date: Fri, 3 Jul 2015 10:19:32 -0700 Subject: [PATCH] Explicitly document that lists can start at a number other than 1 Summary: Fixes T8584. Test Plan: {F582256} Reviewers: btrahan, chad Reviewed By: chad Subscribers: epriestley Maniphest Tasks: T8584 Differential Revision: https://secure.phabricator.com/D13543 --- src/docs/user/userguide/remarkup.diviner | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner index 8e022c490c..ef38552489 100644 --- a/src/docs/user/userguide/remarkup.diviner +++ b/src/docs/user/userguide/remarkup.diviner @@ -92,6 +92,9 @@ You can optionally omit the trailing `=` signs -- that is, these are the same: This produces headers like the ones in this document. Make sure you have an empty line before and after the header. +Lists +===== + Make **lists** by beginning each item with a `-` or a `*`: lang=text @@ -117,6 +120,21 @@ You can make numbered lists with a `#` instead of `-` or `*`: # Zapdos # Moltres +Numbered lists can also be started with `1.` or `1)`. If you use a number other +than `1`, the list will start at that number instead. For example, this: + +``` + 200) OK + 201) Created + 202) Accepted +``` + +...produces this: + + 200) OK + 201) Created + 202) Accepted + You can also nest lists: ```- Body