mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-23 15:22:41 +01:00
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:
parent
01b1ae3394
commit
e1992d783b
1 changed files with 16 additions and 1 deletions
|
@ -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 ==
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue