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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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?