1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-07 12:34:22 +00:00
TiddlyWiki5/editions/de-AT/tiddlers/wikitext/Formatierungen in WikiText.tid

23 lines
718 B
Plaintext
Raw Normal View History

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>&#96;&#96;code&#96;&#96;</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]]