That's what I've ended up going with. I guess there's not many other 
contexts where you would need to have similar indentation needs and be 
bothered by the change in font and whatnot.

Thanks again!

On Wednesday, March 1, 2017 at 7:12:18 AM UTC-6, PMario wrote:
>
> On Tuesday, February 28, 2017 at 11:18:49 PM UTC+1, philosopherhobbs wrote:
>>
>> if (whatever)
>>    {
>>       Do stuff;
>>    }
>>    else
>>       {
>>          Do other stuff;
>>       }
>>
>>
> Oh, It's not intended to be used that way. It will make your life much 
> harder, at it should be :)
>
> Why don't you use: 
>
> ```
> if (whatever)
>   {
>     Do stuff;
>   }
> else
>   {
>     Do other stuff;
>   }
> ```
>
> Which is the right way to show program code.
>
> -m
>

-- 
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 [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/ee8295a5-895e-45a7-8d7d-38bcc973912e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to