@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

Document `[name](href)` style links

Summary: Companion to D5857. Ref T2849.

Test Plan: Read it.

Reviewers: btrahan

Reviewed By: btrahan

CC: aran

Maniphest Tasks: T2849

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

+5 -1
+5 -1
src/docs/userguide/remarkup.diviner
··· 27 27 [[wiki page | name]] # Named link to Phriction 28 28 http://xyz/ # Link to web 29 29 [[http://xyz/ | name]] # Named link to web 30 - 30 + [name](http://xyz/) # Alternate Link 31 31 32 32 These are block styles, and must be separated from surrounding text by 33 33 empty lines: ··· 260 260 261 261 [[/herald/transcript/ | Herald Transcripts]] 262 262 [[http://www.boring-legal-documents.com/ | exciting legal documents]] 263 + 264 + Markdown-style links are also supported: 265 + 266 + [Toil](http://www.trouble.com) 263 267 264 268 = Linking to Objects = 265 269