Markup Summary - darkopevec/kivy GitHub Wiki

Markup Summary

Sections: #heading, #emphasis, #punctuation, #paragraph, #list, #preformat, #syntax, #link, #image, #table, #math,

{{#heading}} Markup2#heading: |=Markup |=Results (simulated) |=Comment | | == Large Heading (h2) |Large Heading (h2) |Rendered big | | === Medium Heading (h3) |Medium Heading (h3) |Rendered medium | | ==== Small Heading (h4) |Small Heading (h4) |Rendered small |

{{#emphasis}} Markup2#emphasis: |=Markup |=Results (simulated ?) |=Comment | | ##Monospace text## |##Monospace text## | | *Italic text* |Italic text | | **Bold text** |Bold text |Use sparingly | | ***Bold-italic text*** |Bold-italic text | | ***Italic-bold text*** |Italic-bold text |Same as previous | | {{{Monospace no-wiki}}} | Monospace no-wiki |Inline mono, no format | | ---- |___________________ |Horizontal line |

{{#punctuation}} Markup2#punctuation: |=Markup |=Results |=Comment | | Go...home |Go...home |&nellip; | | Go--home |Go--home |– | | Go---home |Go---home |— | | Go----home |Go----home | | Go~home |Gohome |  | | Go\~home |Go~home |"" | | Go~~home |Go~~home |∼ | | Go(C)home |Go(C)home |© | | Go-->home |Go-->home |→ | | Go<--home |Go<--home |← | | Go(R)home |Go(R)home |® | | Go(TM)home |Go(TM)home |™ | | Go%%home |Go%%home |‰ | | Go``home |Go``home |“ | | Go''home |Go''home |” | |``` Go,,home``` |Go,,home |„ |

{{#paragraph}} Markup2#paragraph: |=Markup |=Results |=Comment | | Concatenate\ adjoining! |Concatenate adjoining! |Concatenated and wrap | | Line 1 stuff.\ \ line 3 stuff. |Line 1 stuff.\ \line 3 stuff. |Empty line between | | Force\\linebreak |Force\ \linebreak |Forced ' \\' linebreak |

{{#list}} Markup2#list: |=Markup |=Results (simulated) |=Comment | |```

  • First\\
  • Second```|* First\* Second |Unordered list |

{{#preformat}} Markup2#preformat: |=Markup |=Results (simulated) |=Comment | | {{{#!text\ Block text\ preformatted\ monospace\ syntax highlight\```

|```
> Joe: Beer is Best!```\\```
>> Bob: Wine is refined``` |```
| Joe: Beer is Best!```\\```
|| Bob: Wine is refined``` |Conversation block |

{{#link}}
[Markup2#link](/darkopevec/kivy/wiki/links):
|=Markup                                    |=Results                             |
|```
[Markup2]]```                          ](/darkopevec/kivy/wiki/[[Markup2)                          |
|```
[Markup2](/darkopevec/kivy/wiki/markup-details)```           |[Markup2](/darkopevec/kivy/wiki/markup-details)           |
|```
[Markup2#emphasis]]```                 ](/darkopevec/kivy/wiki/[[Markup2#emphasis)                 |
|```
[Markup2#emphasis](/darkopevec/kivy/wiki/markup-emphasis)``` |[Markup2#emphasis](/darkopevec/kivy/wiki/markup-emphasis) |
|```
[Path/filename.hat]]```                ](/darkopevec/kivy/wiki/[[Path/filename.hat)                |
|```
[Chapter_1/section_2#par3]]```         ](/darkopevec/kivy/wiki/[[Chapter_1/section_2#par3)         |
|```
[#test]]```                            ](/darkopevec/kivy/wiki/[[#test)                            |
|```
[#test](/darkopevec/kivy/wiki/on-page-link)```               |[#test](/darkopevec/kivy/wiki/on-page-link)               |
|```
[#5](/darkopevec/kivy/wiki/[5]-) Footnote```                 |[#5](/darkopevec/kivy/wiki/[5]-) Footnote                 |
|```
http:*sheep.art.pl```                  |http:*sheep.art.pl                  |
|```
[Http:*sheep.art.pl]]```              ](/darkopevec/kivy/wiki/[[Http:*sheep.art.pl)              |
|```
[Http:*sheep.art.pl](/darkopevec/kivy/wiki/sheep)```        |[Http:*sheep.art.pl](/darkopevec/kivy/wiki/sheep)        |
|```
[Home](/darkopevec/kivy/wiki/{{development.png}})```         |[Home](/darkopevec/kivy/wiki/{{development.png}})         |
|```
MarkupSummary (CamelCase enabled)```    |MarkupSummary (CamelCase enabled)    |
|```
{{#5}} [5] Footnote anchor```           |{{#5}} [5] Footnote anchor           |

{{#image}}
[Markup2#image](/darkopevec/kivy/wiki/images):
|=Markup                                     |=Results                              |
|```
Inline {{development.png}} image```      |Inline {{development.png}} image      |
|```
Inline {{development.png|Logo}} image``` |Inline {{development.png|Logo}} image |
|```
Linked [Http:*hatta-wiki.org](/darkopevec/kivy/wiki/{{development.png}}) image``` |Linked [Http:*hatta-wiki.org](/darkopevec/kivy/wiki/{{development.png}}) image |
|```
**{{development.png}}** Left float```    |**{{development.png}}** Left float    |
|```
*{{development.png}}* Right float```   |*{{development.png}}* Right float   |
|```
Smiley :) faces```                       |Smiley :) faces                       |