Headings level 1
level 2
level 3
level 4
level 5
level 6
text
unordered list
text - must be wrapped with text!
one two three three point one three point two
text - implementation needs to be improved (also indent)
ordered list
text - must be wrapped with text!
- one
- two
spanning more lines
doesn't break numbering - three
- three point one
- three point two
text - implementation needs to be improved (also indent)
highlighting
italic text
bold text
bold & italic text
Links
External link with different label:
MediaWiki or
MediaWikiImages
... text text text text text text text text text text text text
text text text text text text text text text text text text

text text text text text text text text text text text text
text text text text text text text text text text text text

text text text text text text text text text text text text
text text text text text text text text text text text text ...
Table
| Eins |
Zwei |
Drei |
| Bread |
Pie |
Butter |
| Bread2 |
Pie2 |
Butter2 |
| Bread3 |
Pie3 |
Butter3 |
code - pre blocks
nomarkup with pre
text in between
markups are not ignored
this way, all markups are '''ignored'''
and a special code block for plain
text in plain
text in plain
and a special code block for html (xml)
<h6>
<!-- test -->
<span>
<em>test</em>
</span>
</h6>
and a special code block for xml
<article>
<heading>test</heading>
</article>
and a special code block for css
/* emphasized */
em {
font-style: italic;
word-wrap: text-break;
}
and a special code block for sql
# SQL DB-Statement
SELECT *
FROM mytable
WHERE id IN(1,2,3);
and a special code block for js
/* redirect to google */
if(goToGoogle) {
window.location = www.google.de;
}
and a special code block for php
/* explode variable */
$text = 'text,text,text';
$exploded = explode(',',$text);
and a special code block for java
/* main function */
public static void main(String[] args) {
...
}
comment
Hinweis
list
- Format Unix oder Windows (wird konvertiert zu Unix) mit UTF-8 ohne BOM oder Ansi (wird konvertiert zu UTF-8)
- lists must be wrapped with text
list
Wiki-Datei des Artikels herunterladen