mirror of
https://we.phorge.it/source/phorge.git
synced 2024-11-10 17:02:41 +01:00
Support ` for delimiting monospaced text in Remarkup
Summary: Update ducks for D1773. Test Plan: Remarkup_Reference.html Reviewers: epriestley Reviewed By: epriestley CC: aran, epriestley Differential Revision: https://secure.phabricator.com/D1774
This commit is contained in:
parent
87c60abbd0
commit
846cea715f
1 changed files with 4 additions and 3 deletions
|
@ -18,7 +18,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##
|
**bold** //italic// ##monospaced## `monospaced`
|
||||||
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
|
||||||
|
@ -46,9 +46,10 @@ Format **basic text styles** like this:
|
||||||
**bold text**
|
**bold text**
|
||||||
//italic text//
|
//italic text//
|
||||||
##monospaced text##
|
##monospaced text##
|
||||||
|
`monospaced text`
|
||||||
|
|
||||||
Those produce **bold text**, //italic text// and ##monospaced text##,
|
Those produce **bold text**, //italic text//, ##monospaced text## and
|
||||||
respectively.
|
`monospaced text`, respectively.
|
||||||
|
|
||||||
= Layout =
|
= Layout =
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue