1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-07-14 16:04:21 +00:00
TiddlyWiki5/editions/tw2/source/tiddlywiki.com/tiddlywiki-com/Suppressing_Formatting.tid
2012-11-16 21:20:27 +00:00

22 lines
408 B
Plaintext

title: Suppressing Formatting
modifier: psd
created: 20110216112221
tags: formatting
creator: psd
Wiki markup rules can be suppressed for any given section of text by enclosing it in 3 ''double'' quotes:
{{{
"""//WikiWord//"""
}}}
Displays as:
"""//WikiWord//"""
WikiWords can also be suppressed by prefixing the WikiWord with ''~'':
{{{
~WikiWord
}}}
Displays as:
~WikiWord
!!Also See
[[Code formatting]]