< and > are being treated as part of an html tag. If you have a space after the 
leading < it should display normally. You say not to tell you to use html 
escape characters, but it is the html doing it. Your other option is to make 
macros like this 

\define lt() <$text text='<'/>

\define gt()  <$text text='>'/>

And put them in a tiddler tagged $:/tags/Macro
Then wherever you put <<lt>> or <<gt>> it will display < or >

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to