mirror of
https://we.phorge.it/source/phorge.git
synced 2025-01-19 03:01:11 +01:00
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
This commit is contained in:
parent
8bbcd896b8
commit
0476140f3c
1 changed files with 4 additions and 1 deletions
|
@ -19,6 +19,7 @@ formatting text in Remarkup.
|
||||||
These are inline styles, and can be applied to most text:
|
These are inline styles, and can be applied to most text:
|
||||||
|
|
||||||
**bold** //italic// `monospaced` ##monospaced## ~~deleted~~ __underlined__
|
**bold** //italic// `monospaced` ##monospaced## ~~deleted~~ __underlined__
|
||||||
|
!!highlighted!!
|
||||||
D123 T123 rX123 # Link to Objects
|
D123 T123 rX123 # Link to Objects
|
||||||
{D123} {T123} # Link to Objects (Full Name)
|
{D123} {T123} # Link to Objects (Full Name)
|
||||||
{F123} # Embed Images
|
{F123} # Embed Images
|
||||||
|
@ -63,9 +64,11 @@ Format **basic text styles** like this:
|
||||||
##monospaced text##
|
##monospaced text##
|
||||||
~~deleted text~~
|
~~deleted text~~
|
||||||
__underlined text__
|
__underlined text__
|
||||||
|
!!highlighted text!!
|
||||||
|
|
||||||
Those produce **bold text**, //italic text//, `monospaced text`, ##monospaced
|
Those produce **bold text**, //italic text//, `monospaced text`, ##monospaced
|
||||||
text##, ~~deleted text~~, and __underlined text__, respectively.
|
text##, ~~deleted text~~, __underlined text__, and !!highlighted text!!
|
||||||
|
respectively.
|
||||||
|
|
||||||
= Layout =
|
= Layout =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue