Update documentation and CSS for nested and enumerated lists

Summary: Update Phabricator for Remarkup changes in D1638.

Test Plan: Looked at various sorts of nested, enumerated, and phantom-item
lists.

Reviewers: btrahan, jungejason

Reviewed By: jungejason

CC: aran, epriestley

Maniphest Tasks: T885

Differential Revision: https://secure.phabricator.com/D1639
This commit is contained in:
epriestley
2012-02-19 09:06:47 -08:00
parent bfea830d09
commit c8b9418ebc
3 changed files with 81 additions and 42 deletions

View File

@@ -35,7 +35,7 @@ empty lines:
= Large Header =
== Smaller Header ==
> Quoted Text
Use "- " or "* " for list items.
Use "- " or "* " for bulleted lists, and "# " for numbered lists.
Use ``` or indent two spaces for code.
Use %%% for a literal block.
@@ -88,6 +88,28 @@ This produces a list like this:
(Note that you need to put a space after the "-" or "*".)
You can make numbered lists with a "#" instead of "-" or "*":
# Articuno
# Zapdos
# Moltres
You can also nest lists:
- Body
- Head
- Arm
- Elbow
- Hand
# Thumb
# Index
# Middle
# Ring
# Pinkie
- Leg
- Knee
- Foot
Make **code blocks** by indenting two spaces:
f(x, y);