Wiki page syntax changed with summary [] by Raster

This commit is contained in:
Carsten Haitzler 2015-05-18 05:46:04 -07:00 committed by apache
parent 64b179d824
commit 53027b5e40
1 changed files with 37 additions and 20 deletions

View File

@ -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 <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>.
</code>
----
====== Level 1 Headline ======
<code>
@ -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 <del>Strike-through Text</del>.
- Ordered List Item
- Item 2
- Last item
<code>
Within text you can do **Bold Text**, //Italic Text//, __Underlined Text__, and ''Monospaced Text'' as well as <del>Strike-through Text</del>.
- Ordered List Item
- Item 2
- Last item
</code>
----
* Un-ordered List Item
* Item 2
* Third item
* Last item
<code>
* Un-ordered List Item
* Item 2
* Third item
* Last item
</code>
----
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]].
<code>
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]].
</code>
----
@ -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~~