@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.

at recaptime-dev/main 57 lines 847 B view raw
1@nolint (UTF8) 2 3=a= 4 5blah blah blah 6 7 8= b = 9 10Markdown-Style Large Header 11==== 12 13Markdown-Style Small Header 14---- 15 16=== Remarkup-Style Smaller Header 17 18 19= ☃☃☃ UTF8 Header ☃☃☃ = 20~~~~~~~~~~ 21<p>@nolint (UTF8)</p> 22 23<h2 class="remarkup-header">a</h2> 24 25<p>blah blah blah</p> 26 27<h2 class="remarkup-header">b</h2> 28 29<h2 class="remarkup-header">Markdown-Style Large Header</h2> 30 31<h3 class="remarkup-header">Markdown-Style Small Header</h3> 32 33<h4 class="remarkup-header">Remarkup-Style Smaller Header</h4> 34 35<h2 class="remarkup-header">☃☃☃ UTF8 Header ☃☃☃</h2> 36~~~~~~~~~~ 37@nolint (UTF8) 38 39a 40= 41 42blah blah blah 43 44b 45= 46 47Markdown-Style Large Header 48=========================== 49 50Markdown-Style Small Header 51--------------------------- 52 53Remarkup-Style Smaller Header 54----------------------------- 55 56☃☃☃ UTF8 Header ☃☃☃ 57===================