Page MenuHomePhabricator

Remarkup Reference is obsolete
Closed, ResolvedPublic

Description

In
https://secure.phabricator.com/book/phabricator/article/remarkup/
there are some inactual markups:

D123 T123 rX123 # Link to Objects - D and Rx are not recognized, but P is recognizet instead - T75852
[[wiki page]] # Link to Phriction -does not work ( T75850)
[[wiki page | name]] # Named link to Phriction -does not work ( T75850)

Event Timeline

JAnD raised the priority of this task from to Low.
JAnD updated the task description. (Show Details)
JAnD added a project: Phabricator.
JAnD changed Security from none to None.
JAnD subscribed.
Qgil claimed this task.

D123 is Differential, which hasn't been installed yet (will come when we migrate Gerrit). There are no D... objects, therefore no D links.

r... works as long as you link to an existing commit i.e. rVE0bcfdbf2b444

Phriction is not installed here, and we have no plans to install it. Therefore no "links to Phriction" will work.

Phriction is not installed here, and we have no plans to install it. Therefore no "links to Phriction" will work.

It does not make sense for me.
Wikilinks are useful for reporting bugs e.g. for pywikibot (copying part of log).
But if there is no plan to installing it, please, update documentation.

The remarkup documentation is https://secure.phabricator.com/book/phabricator/article/remarkup/ , which is a page upstream available to all Phabricator instances. We cannot edit that with our particular case.