mirror of
https://github.com/TiddlyWiki/TiddlyWiki5.git
synced 2026-05-01 15:26:59 +00:00
Move the editions into a subfolder
This commit is contained in:
@@ -0,0 +1,17 @@
|
||||
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>>"""
|
||||
Reference in New Issue
Block a user