WWW-www.enlightenment.org pushed a commit to branch master. http://git.enlightenment.org/website/www-content.git/commit/?id=e8ff2a102b791a7c2ee98ccfa9d04882e74485b6
commit e8ff2a102b791a7c2ee98ccfa9d04882e74485b6 Author: Raster <[email protected]> Date: Tue Jun 26 05:09:43 2018 -0700 Wiki page syntax changed with summary [] by Raster --- pages/wiki/syntax.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/pages/wiki/syntax.txt b/pages/wiki/syntax.txt index 3985a878e..dc1c72e0b 100644 --- a/pages/wiki/syntax.txt +++ b/pages/wiki/syntax.txt @@ -23,15 +23,13 @@ until a blank line before/after the section of text. A paragraph is simply text, on a single line or across multiple lines until a blank line before/after the section of text. </code> - ---- -Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as <del>Strike-through Text</del>. +Within text you can do **Bold Text**, //Italic Text// and ''Monospaced Text'' as well as <del>Strike-through Text</del>. <code> -Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as <del>Strike-through Text</del>. +Within text you can do **Bold Text**, //Italic Text// and ''Monospaced Text'' as well as <del>Strike-through Text</del>. </code> - ---- ====== Level 1 Headline ====== --
