From: Steve W. <wai...@us...> - 2001-08-26 16:43:11
|
Update of /cvsroot/phpwiki/phpwiki/pgsrc In directory usw-pr-cvs1:/tmp/cvs-serv17112 Modified Files: Tag: release-1_2-branch TextFormattingRules Log Message: Fixed bug in the page source; the "Emphasis" section was not rendering correctly. Index: TextFormattingRules =================================================================== RCS file: /cvsroot/phpwiki/phpwiki/pgsrc/TextFormattingRules,v retrieving revision 1.8.2.1 retrieving revision 1.8.2.2 diff -C2 -r1.8.2.1 -r1.8.2.2 *** TextFormattingRules 2001/02/08 18:28:31 1.8.2.1 --- TextFormattingRules 2001/08/26 16:43:08 1.8.2.2 *************** *** 32,36 **** !Indented Paragraphs - ''(Quotes)'' * semicolon-colon -- works like <BLOCKQUOTE> --- 32,35 ---- *************** *** 40,45 **** ! Emphasis ! * 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: --- 39,44 ---- ! Emphasis ! * 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: |