From 714d97c078e3332377a1947a293d207add2cd350 Mon Sep 17 00:00:00 2001 From: wainstead Date: Sun, 26 Aug 2001 16:43:08 +0000 Subject: [PATCH] Fixed bug in the page source; the "Emphasis" section was not rendering correctly. git-svn-id: svn://svn.code.sf.net/p/phpwiki/code/branches/release-1_2-branch@543 96ab9672-09ca-45d6-a79d-3d69d39ca109 --- pgsrc/TextFormattingRules | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/pgsrc/TextFormattingRules b/pgsrc/TextFormattingRules index 0596704a8..d2f010b89 100644 --- a/pgsrc/TextFormattingRules +++ b/pgsrc/TextFormattingRules @@ -31,7 +31,6 @@ This is not !Indented Paragraphs -''(Quotes)'' * semicolon-colon -- works like
@@ -39,8 +38,8 @@ This is not ! Emphasis -* Use doubled single-quotes ('') for emphasis (usually ''italics'') -* Use doubled underscores (__) for strong emphasis (usually __bold__) +* Use doubled single-quotes ('____') for emphasis (usually ''italics'') +* Use doubled underscores (_''''_) for strong emphasis (usually __bold__) * Mix them at will: __''bold italics''__ * ''Emphasis'' can be used ''multiple'' times within a line, but ''cannot'' cross line boundaries: -- 2.45.0