TiddlyWiki5/test/data/tiddlywiki.com/tiddlywiki-com-ref/Code_Formatting.tid
2011-11-22 16:10:32 +00:00

17 lines
398 B
Text

title: Code Formatting
modifier: colmbritton
created: 20110211142613
modified: 20110216114812
tags: formatting
creator: matt
Text such as computer code that should be displayed without wiki processing and preserving line breaks:
{{{
Some plain text including WikiLinks
}}}
Displays as:
{{{
Some plain text including WikiLinks
}}}
!See Also
[[Suppressing Formatting]]