1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-09-19 10:49:43 +00:00
TiddlyWiki5/editions/de-AT/tiddlers/wikitext/Formatierungen in WikiText.tid

23 lines
717 B
Plaintext
Raw Normal View History

2014-09-13 19:27:26 +00:00
caption: Formatierung
created: 20131205155959399
creator: pmario
modified: 20140913114119495
modifier: pmario
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 |
|`//italic//`|für //herforgehobenen// Text |
|`__underscore__`|for __unterstrichenen__ Text|
|`^^superscript^^`|für ^^hochgestellten^^ Text|
|`,,subscript,,`|für ,,tiefgestellten,, Text|
|`~~strikethrough~~`|für ~~durchgestrichenen~~ Text|
Siehe auch: [[Code Block in WikiText]]