2014-09-13 19:27:26 +00:00
|
|
|
caption: Formatierung
|
|
|
|
created: 20131205155959399
|
|
|
|
creator: pmario
|
2014-09-22 19:26:00 +00:00
|
|
|
modified: 20140922122456103
|
|
|
|
modifier: ChrisK
|
2014-09-13 19:27:26 +00:00
|
|
|
tags: WikiText
|
|
|
|
title: Formatierungen in WikiText
|
|
|
|
type: text/vnd.tiddlywiki
|
|
|
|
|
|
|
|
Mögliche Zeichen Formatierungen sind:
|
|
|
|
|
|
|
|
|Format Name |Beispiel |h
|
|
|
|
|`` `code` ``|für `Code` |
|
|
|
|
|<code>``code``</code>|Alternativ: ``doppelte backticks erlauben `eingebettete` backticks``|
|
|
|
|
|`''bold''`|für ''fett gedruckten'' Text |
|
2014-09-22 19:26:00 +00:00
|
|
|
|`//italic//`|für //hervorgehobenen// Text |
|
|
|
|
|`__underscore__`|für __unterstrichenen__ Text|
|
2014-09-13 19:27:26 +00:00
|
|
|
|`^^superscript^^`|für ^^hochgestellten^^ Text|
|
|
|
|
|`,,subscript,,`|für ,,tiefgestellten,, Text|
|
|
|
|
|`~~strikethrough~~`|für ~~durchgestrichenen~~ Text|
|
|
|
|
|
|
|
|
Siehe auch: [[Code Block in WikiText]]
|