1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-14 09:36:48 +00:00
TiddlyWiki5/editions/tw5.com/tiddlers/wikitext/Formatting in WikiText.tid

20 lines
842 B
Plaintext
Raw Normal View History

caption: Formatting
created: 20131205155959399
modified: 20160606135946509
2014-09-11 08:15:58 +00:00
tags: WikiText
title: Formatting in WikiText
type: text/vnd.tiddlywiki
Available character formatting includes:
* <code>&#96;backticks&#96;</code> for `code` ({{$:/core/images/mono-line}})
2013-12-30 12:13:23 +00:00
** Alternatively, <code>&#96;&#96;double backticks allows &#96;embedded&#96; backticks&#96;&#96;</code>
* `''bold''` for ''bold text'' ({{$:/core/images/bold}})
* `//italic//` for //italic text// ({{$:/core/images/italic}})
* `__underscore__` for __underscored text__ ({{$:/core/images/underline}})
* `^^superscript^^` for ^^superscripted^^ text ({{$:/core/images/superscript}})
* `,,subscript,,` for ,,subscripted,, text ({{$:/core/images/subscript}})
* `~~strikethrough~~` for ~~strikethrough~~ text ({{$:/core/images/strikethrough}})
See also: [[Code Blocks in WikiText]]