mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 10:06:19 +00:00
23 lines
432 B
Plaintext
23 lines
432 B
Plaintext
|
title: Suppressing Formatting
|
||
|
modifier: psd
|
||
|
created: 20110211143305
|
||
|
modified: 201102151517
|
||
|
tags: formatting
|
||
|
creator: matt
|
||
|
|
||
|
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]]
|