@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 the "---" rule in Remarkup

Summary: Fixes T11228.

Test Plan: {F1704113}

Reviewers: chad

Reviewed By: chad

Maniphest Tasks: T11228

Differential Revision: https://secure.phabricator.com/D16186

+22
+22
src/docs/user/userguide/remarkup.diviner
··· 307 307 (NOTE) Dr. Egon Spengler is the best resource for additional proton pack 308 308 questions. 309 309 310 + 311 + Dividers 312 + ======== 313 + 314 + You can divide sections by putting three or more dashes on a line by 315 + themselves. This creates a divider or horizontal rule similar to an `<hr />` 316 + tag, like this one: 317 + 318 + --- 319 + 320 + The dashes need to appear on their own line and be separated from other 321 + content. For example, like this: 322 + 323 + ``` 324 + This section will be visually separated. 325 + 326 + --- 327 + 328 + On an entirely different topic, ... 329 + ``` 330 + 331 + 310 332 = Linking URIs = 311 333 312 334 URIs are automatically linked: http://phabricator.org/