1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-08-06 22:04:19 +00:00

Update docs for double backtick syntax

This commit is contained in:
Jermolene 2013-12-30 12:13:23 +00:00
parent 2ee5093944
commit 5dd33904e7

View File

@ -1,5 +1,5 @@
created: 20131205155959399 created: 20131205155959399
modified: 20131205160130832 modified: 20131230120942930
tags: wikitext tags: wikitext
title: Formatting in WikiText title: Formatting in WikiText
type: text/vnd.tiddlywiki type: text/vnd.tiddlywiki
@ -7,6 +7,7 @@ type: text/vnd.tiddlywiki
Available character formatting includes: Available character formatting includes:
* <code>&#96;backticks&#96;</code> for `code` * <code>&#96;backticks&#96;</code> for `code`
** Alternatively, <code>&#96;&#96;double backticks allows &#96;embedded&#96; backticks&#96;&#96;</code>
* `''bold''` for ''bold text'' * `''bold''` for ''bold text''
* `//italic//` for //italic text// * `//italic//` for //italic text//
* `__underscore__` for __underscored text__ * `__underscore__` for __underscored text__