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

Add highlight rules to diviner

Summary: Adds highlight commands to Remarkup book. Fixes T5560

Test Plan: build books

Reviewers: epriestley

Reviewed By: epriestley

Subscribers: Korvin

Maniphest Tasks: T5560

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

+4 -1
+4 -1
src/docs/user/userguide/remarkup.diviner
··· 19 19 These are inline styles, and can be applied to most text: 20 20 21 21 **bold** //italic// `monospaced` ##monospaced## ~~deleted~~ __underlined__ 22 + !!highlighted!! 22 23 D123 T123 rX123 # Link to Objects 23 24 {D123} {T123} # Link to Objects (Full Name) 24 25 {F123} # Embed Images ··· 63 64 ##monospaced text## 64 65 ~~deleted text~~ 65 66 __underlined text__ 67 + !!highlighted text!! 66 68 67 69 Those produce **bold text**, //italic text//, `monospaced text`, ##monospaced 68 - text##, ~~deleted text~~, and __underlined text__, respectively. 70 + text##, ~~deleted text~~, __underlined text__, and !!highlighted text!! 71 + respectively. 69 72 70 73 = Layout = 71 74