mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-01 07:36:18 +00:00
18 lines
1.0 KiB
Plaintext
18 lines
1.0 KiB
Plaintext
title: PlainText
|
|
modifier: blaine
|
|
created: 20110211110656
|
|
modified: 20110211131019
|
|
tags: formatting
|
|
creator: psd
|
|
|
|
Sometimes text can inadvertently match TiddlyWiki formatting instructions - particularly program code, or text pasted from elsewhere. In these situations you can either use MonospacedText or you can accomplish the same thing without the monospaced effect like this:
|
|
{{{
|
|
This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>>
|
|
<nowiki>This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>></nowiki>
|
|
"""This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>>"""
|
|
}}}
|
|
Which displays as:
|
|
This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>>
|
|
<nowiki>This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>></nowiki>
|
|
"""This is AnotherLink, this is a copyright symbol © and this site is called <<tiddler SiteTitle>>"""
|