@recaptime-dev's working patches + fork for Phorge, a community fork of Phabricator. (Upstream dev and stable branches are at upstream/main and upstream/stable respectively.) hq.recaptime.dev/wiki/Phorge
phorge phabricator
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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

+16 -1
+16 -1
src/docs/userguide/remarkup.diviner
··· 33 33 empty lines: 34 34 35 35 = Large Header = 36 + 36 37 == Smaller Header == 38 + 39 + Also a Large Header 40 + =================== 41 + 42 + Also a Smaller Header 43 + --------------------- 44 + 37 45 > Quoted Text 46 + 38 47 Use "- " or "* " for bulleted lists, and "# " for numbered lists. 39 48 Use ``` or indent two spaces for code. 40 49 Use %%% for a literal block. ··· 63 72 64 73 ===== Very Small Header ===== 65 74 66 - You can optionally omit the trailing "=" signs -- that is, these are the same: 75 + Alternate Large Header 76 + ====================== 77 + 78 + Alternate Smaller Header 79 + ------------------------ 80 + 81 + You can optionally omit the trailing `=` signs -- that is, these are the same: 67 82 68 83 == Smaller Header == 69 84