| Markup | Effect |
|---|---|
| = Heading 1 | Heading 1 |
| == Heading 2 | Heading 2 |
| === Heading 3 | Heading 3 |
| ==== Heading 4 | Heading 4 |
| ===== Heading 5 | Heading 5 |
| ====== Heading 6 | Heading 6 |
| Markup | Effect |
|---|---|
| ** | Strong |
| // | Emphasis |
| __ | Underline |
| ^^ | Superscript |
| ,, | Subscript |
| ++ | Addition |
| -- | |
| ## | Monospaced |
| {{{ }}} | Escape creole |
| !! | Comment |
CamelCase
CamelCase[?] words create internal links automatically.
[[Euphoria]]
Euphoria Forced internal link
[[http://en.wikipedia.org/wiki/CamelCase]]
http://en.wikipedia.org/wiki/CamelCase External Link
[[Euphoria|Cool Programming Language]]
Cool Programming Language Link with label override.
{{http://fluidae.com/images/euphoria.png}}
Unordered lists use the asterisk * as a line prefix. Each consecutive asterisk increases the indentation of the list items.
* Point 1 ** Point 1.1 * Point 2 ** Two levels *** Three levels
Ordered lists use the hash # as a line prefix. Each consecutive hash increases the indentation of the list items.
# Point 1 ## Point 1.1 # Point 2 ## Two levels ### Three levels
This is how you\\make a line break.
This is how you
make a line break.
This text is ---- separated
This text is
Tables use the following syntax:
|=Heading1 |=Heading2 | | One | Two | | Three | Four |
| Heading1 | Heading2 |
|---|---|
| One | Two |
| Three | Four |
; Word :Definition
{{{This text is //not// parsed.}}}
This text is //not// parsed.
{{{
This text is //not// parsed.
}} }
This text is //not// parsed.
<eucode>
s = sprintf("%08d", 12345)
-- s is "00012345"
</eucode>
s = sprintf("%08d", 12345)
-- s is "00012345"
%%style=floatright %( This text will be in a float-right box. )% Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
%%style=floatleft %( This text will be in a float-left box. )% Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others. %%style=embedded %( This text will be in a box. )% Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
Euphoria is a programming language. It is used to write general purpose programs that can run on a number of platforms, such as Windows and Linux. Actually, you can write any type of applications in Euphoria, but it is suited to some types more than others.
<<TOC>> <<TOC heading=no>>
This will insert the entire contents of a wiki page.
<<wikipage page=Euphoria>> <<wikipage heading=no page=Euphoria>> <<wikipage heading=yes page=Euphoria>>