diff --git a/pages/wiki/syntax.txt b/pages/wiki/syntax.txt index a84f4a483..0aa5833bd 100644 --- a/pages/wiki/syntax.txt +++ b/pages/wiki/syntax.txt @@ -25,6 +25,14 @@ until a blank line before/after the section of text. ---- +Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as Strike-through Text. + + +Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as Strike-through Text. + + +---- + ====== Level 1 Headline ====== @@ -75,10 +83,36 @@ A horizontal rule is like ---- -Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as Strike-through Text. + - Ordered List Item + - Item 2 + - Last item -Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as Strike-through Text. + - Ordered List Item + - Item 2 + - Last item + + +---- + + * Un-ordered List Item + * Item 2 + * Third item + * Last item + + + * Un-ordered List Item + * Item 2 + * Third item + * Last item + + +---- + +An external link like: [[http://example.com|External Link]] would go here. An internal link that uses the wiki page title as text is like: [[syntax]]. Or you can give it a manual title like [[syntax|this here]]. You can link to a full path like [[:docs:efl:start|This here]]. + + +An external link like: [[http://example.com|External Link]] would go here. An internal link that uses the wiki page title as text is like: [[syntax]]. Or you can give it a manual title like [[syntax|this here]]. You can link to a full path like [[:docs:efl:start|This here]]. ---- @@ -93,23 +127,6 @@ Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and - - - - - - - - Ordered List Item - - Item 2 - - Last item - - * Unordered List Item - * Item 2 - * Third item - * Last item - -An external link like: [[http://example.com|External Link]] would go here. - And here is an inlined image, centered. {{ :efl-core.png?nolink |}} @@ -255,4 +272,4 @@ The content would be here ---- -~~DISCUSSIONS~~ +~~DISCUSSIONS~~ \ No newline at end of file