mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-08 02:49:56 +00:00
28b2ac4fb3
It doesn’t really make sense for an edition to be in two languages
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]]
|