created: 20131205155959399
modified: 20131230120942930
tags: WikiText
title: Formatting in WikiText
type: text/vnd.tiddlywiki
caption: Formatting
Available character formatting includes:
* `backticks`
for `code`
** Alternatively, ``double backticks allows `embedded` backticks``
* `''bold''` for ''bold text''
* `//italic//` for //italic text//
* `__underscore__` for __underscored text__
* `^^superscript^^` for ^^superscript^^ text
* `,,subscript,,` for ,,subscripted,, text
* `~~strikethrough~~` for ~~strikethrough~~ text
See also: [[Code Blocks in WikiText]]