mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-02 08:06:17 +00:00
9395d75671
Fixes #4153
20 lines
884 B
Plaintext
20 lines
884 B
Plaintext
caption: Formatting
|
|
created: 20131205155959399
|
|
modified: 20160606135946509
|
|
tags: WikiText
|
|
title: Formatting in WikiText
|
|
type: text/vnd.tiddlywiki
|
|
|
|
Available character formatting includes:
|
|
|
|
* <code>`backticks`</code> for `code` (<<.icon $:/core/images/mono-line>>)
|
|
** Alternatively, <code>``double backticks allows `embedded` backticks``</code>
|
|
* `''bold''` for ''bold text'' (<<.icon $:/core/images/bold>>)
|
|
* `//italic//` for //italic text// (<<.icon $:/core/images/italic>>)
|
|
* `__underscore__` for __underscored text__ (<<.icon $:/core/images/underline>>)
|
|
* `^^superscript^^` for ^^superscripted^^ text (<<.icon $:/core/images/superscript>>)
|
|
* `,,subscript,,` for ,,subscripted,, text (<<.icon $:/core/images/subscript>>)
|
|
* `~~strikethrough~~` for ~~strikethrough~~ text (<<.icon $:/core/images/strikethrough>>)
|
|
|
|
See also: [[Code Blocks in WikiText]]
|