Page Menu
Home
Phabricator
Search
Configure Global Search
Log In
Files
F15399321
D13543.id32723.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
788 B
Referenced Files
None
Subscribers
None
D13543.id32723.diff
View Options
diff --git a/src/docs/user/userguide/remarkup.diviner b/src/docs/user/userguide/remarkup.diviner
--- a/src/docs/user/userguide/remarkup.diviner
+++ b/src/docs/user/userguide/remarkup.diviner
@@ -92,6 +92,9 @@
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 @@
# 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
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Tue, Mar 18, 3:58 AM (3 w, 6 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
7709347
Default Alt Text
D13543.id32723.diff (788 B)
Attached To
Mode
D13543: Explicitly document that lists can start at a number other than 1
Attached
Detach File
Event Timeline
Log In to Comment