kopia lustrzana https://github.com/miklobit/TiddlyWiki5
23 wiersze
717 B
Plaintext
23 wiersze
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]]
|