%%
Last Updated:
- [[2021-02-10]]
%%
Wikitext, or Wikicode, is the markup language used by MediaWiki software. I used it for [[TiddlyWiki]].
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
## References
- https://en.wikipedia.org/wiki/Help:Wikitext