Page MenuHomePhabricator

D13543.diff
No OneTemporary

D13543.diff

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

Mime Type
text/plain
Expires
Sun, May 12, 2:53 AM (3 w, 3 d ago)
Storage Engine
blob
Storage Format
Encrypted (AES-256-CBC)
Storage Handle
6287488
Default Alt Text
D13543.diff (788 B)

Event Timeline