Hmm -- not sure if this is a bug. the three backticks have to be preceded 
by two newlines. This works as expected:

> clone from
>
> ```
> ssh://[email protected]
> ```
> Lorum ipsum
>


But this does not:

> clone from
> ```
> ssh://[email protected]
> ```
> Lorum ipsum
>

The latter yields (approximately):

> clone from ` 
> ssh://[email protected] 
>
> Lorum ipsum


In the latter case, in my TW the code-block-interpreted part gets rendered 
in this pinky-red color. The red text also has the code-block boxes around 
it, including the one backtick on the first line. The former case does not 
get colorized when rendered and only the second line gets rendered in 
monospace.
 
I noticed in your example you have the two newlines before the first set of 
backticks. Is that correctly required? The docs here:
http://tiddlywiki.com/static/Code%2520Blocks%2520in%2520WikiText.html
...say only that the backticks must be at the start of the line and 
immediately followed by a newline.

Thanks for your help! I'm having a bit of a struggle transitioning from TWC 
to TW5 and I appreciate the hand-holding!

On Thursday, October 23, 2014 3:19:35 PM UTC-4, Jeremy Ruston wrote:
>
> Hi Robert
>
> The usual way to handle this is to use a monospaced block for the command 
> line:
>
> text texttext texttext texttext texttext texttext texttext text
>
> ```
> ssh://[email protected] <javascript:>
> ```
>
> text texttext texttext texttext texttext texttext texttext text
>
> Would that meet your needs?
>
> Best wishes
>
> Jeremy
>
>
> On Thu, Oct 23, 2014 at 8:04 PM, Robert Edwards <[email protected] 
> <javascript:>> wrote:
>
>> I've searched and experimented but can't find quite the right combination 
>> of things to do what I want. I'm trying to create a tiddler that looks like 
>> the following (colored blue here just for clarity):
>>
>> text
>>
>> ssh://[email protected]
>>
>> text
>>
>> I cannot seem to suppress the italicization of everything after the 
>> double slash. If I do the following:
>>
>> """
>> text
>>
>> ssh://[email protected] <javascript:>
>>
>> text
>> """
>>
>> I get:
>>
>> text
>>
>> ssh:*user@**bogushostname.com <http://hostname.com> text *
>>
>> (I hope that renders correctly when I post it -- everything after the 
>> colon is italicized  and the line breaks between the second and third lines 
>> are removed)
>>
>> I tried various permutations of tildes and triple-double quotes but no 
>> joy. Suggestions?
>>
>> Thanks!
>>
>>
>>
>>  -- 
>> 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] <javascript:>.
>> To post to this group, send email to [email protected] 
>> <javascript:>.
>> Visit this group at http://groups.google.com/group/tiddlywiki.
>> For more options, visit https://groups.google.com/d/optout.
>>
>
>
>
> -- 
> Jeremy Ruston
> mailto:[email protected] <javascript:>
>  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.

Reply via email to