Italics and Underlines don't respect <nowiki> </nowiki>

98 views
Skip to first unread message

Ross Jacobs

unread,
May 20, 2016, 4:26:33 AM5/20/16
to TiddlyWiki
I'm trying to enter C++ code that has // comments and __ double underscores. Is the following expected behavior?

<nowiki>// Italicized and __underlined</nowiki>
Italicized andunderlined</nowiki>

Jed Carty

unread,
May 20, 2016, 7:32:39 AM5/20/16
to TiddlyWiki
TiddlyWiki doesn't use nowiki tags.

You can make code blocks in monospace font using

```
some code here
```

and there is the highlight plugin which you may find useful.
Otherwise you can set the tiddler type to text/plain and then transclude the tiddler elsewhere if you want.

Ross Jacobs

unread,
May 20, 2016, 3:41:56 PM5/20/16
to TiddlyWiki
Thanks for highlight plugin suggestion. I've installed and it works great! I'm assuming there's no inline code blocks ```like this``` that will automatically be converted into a code block on the next line?

PMario

unread,
May 21, 2016, 4:58:05 AM5/21/16
to tiddl...@googlegroups.com
On Friday, May 20, 2016 at 9:41:56 PM UTC+2, Ross Jacobs wrote:
Thanks for highlight plugin suggestion. I've installed and it works great! I'm assuming there's no inline code blocks ```like this``` that will automatically be converted into a code block on the next line?

Reply all
Reply to author
Forward
0 new messages