mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-09 16:32:39 +01:00
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
This commit is contained in:
parent
a420f3cbbc
commit
20ae2fb33c
1 changed files with 5 additions and 1 deletions
|
@ -27,7 +27,7 @@ These are inline styles, and can be applied to most text:
|
|||
[[wiki page | name]] # Named link to Phriction
|
||||
http://xyz/ # Link to web
|
||||
[[http://xyz/ | name]] # Named link to web
|
||||
|
||||
[name](http://xyz/) # Alternate Link
|
||||
|
||||
These are block styles, and must be separated from surrounding text by
|
||||
empty lines:
|
||||
|
@ -261,6 +261,10 @@ work within Phabricator or on the internet at large:
|
|||
[[/herald/transcript/ | Herald Transcripts]]
|
||||
[[http://www.boring-legal-documents.com/ | exciting legal documents]]
|
||||
|
||||
Markdown-style links are also supported:
|
||||
|
||||
[Toil](http://www.trouble.com)
|
||||
|
||||
= Linking to Objects =
|
||||
|
||||
You can link to Differential revisions, Diffusion commits and Maniphest tasks
|
||||
|
|
Loading…
Reference in a new issue