P.S.Please, don't suggest to use html entities. I know about it, but I want to find a general solution.
Please, don't suggest to use html entities. I know about it, but I want to find a general solution.
If you prefer a general solution instead of the entities < >, you can use < and >
10x,what I didn't think of is exactly that this is html and treated for html tags.The solution that is best for me is using the space after it.However, it is still strange, because in TWC this works as it is.
Please, don't suggest to use html entities. I know about it, but I want to find a general solution.
If you prefer a general solution instead of the entities < >, you can use < and >Is there actually a d difference about numbered or textual entities?
--
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+...@googlegroups.com.
To post to this group, send email to tiddl...@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.
And until suppressed parsing is invented, I just wanted to add that > does not have to be escaped if < is escaped.So only <some text> is enough :-)
\define showme(txt) $txt$
# <<showme "test>>">> - correct
# <<showme "test>>">> - wrong