mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-04 09:06:18 +00:00
23 lines
717 B
Plaintext
23 lines
717 B
Plaintext
|
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>``code``</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]]
|