Document alternate remarkup headers
Summary: Companion to D5854. Ref T2849.
Test Plan: {F42641}
Reviewers: btrahan, jevripio
Reviewed By: btrahan
CC: aran
Maniphest Tasks: T2849
Differential Revision: https://secure.phabricator.com/D5855
This commit is contained in:
@@ -33,8 +33,17 @@ These are block styles, and must be separated from surrounding text by
|
|||||||
empty lines:
|
empty lines:
|
||||||
|
|
||||||
= Large Header =
|
= Large Header =
|
||||||
|
|
||||||
== Smaller Header ==
|
== Smaller Header ==
|
||||||
|
|
||||||
|
Also a Large Header
|
||||||
|
===================
|
||||||
|
|
||||||
|
Also a Smaller Header
|
||||||
|
---------------------
|
||||||
|
|
||||||
> Quoted Text
|
> Quoted Text
|
||||||
|
|
||||||
Use "- " or "* " for bulleted lists, and "# " for numbered lists.
|
Use "- " or "* " for bulleted lists, and "# " for numbered lists.
|
||||||
Use ``` or indent two spaces for code.
|
Use ``` or indent two spaces for code.
|
||||||
Use %%% for a literal block.
|
Use %%% for a literal block.
|
||||||
@@ -63,7 +72,13 @@ Make **headers** like this:
|
|||||||
|
|
||||||
===== Very Small Header =====
|
===== Very Small Header =====
|
||||||
|
|
||||||
You can optionally omit the trailing "=" signs -- that is, these are the same:
|
Alternate Large Header
|
||||||
|
======================
|
||||||
|
|
||||||
|
Alternate Smaller Header
|
||||||
|
------------------------
|
||||||
|
|
||||||
|
You can optionally omit the trailing `=` signs -- that is, these are the same:
|
||||||
|
|
||||||
== Smaller Header ==
|
== Smaller Header ==
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user