From 846cea715ff04fba3a589abc95413339dd348c7e Mon Sep 17 00:00:00 2001 From: vrana Date: Sun, 4 Mar 2012 03:13:22 -0800 Subject: [PATCH] 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 --- src/docs/userguide/remarkup.diviner | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/docs/userguide/remarkup.diviner b/src/docs/userguide/remarkup.diviner index 9c0b59632f..a455f80589 100644 --- a/src/docs/userguide/remarkup.diviner +++ b/src/docs/userguide/remarkup.diviner @@ -18,7 +18,7 @@ formatting text in Remarkup. 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} # Link to Objects (Full Name) {F123} # Embed Images @@ -46,9 +46,10 @@ Format **basic text styles** like this: **bold text** //italic text// ##monospaced text## + `monospaced text` -Those produce **bold text**, //italic text// and ##monospaced text##, -respectively. +Those produce **bold text**, //italic text//, ##monospaced text## and +`monospaced text`, respectively. = Layout =