Thanks for the reply.
I was not aware of this trick.

However, while it's good for sections that do not contain code, it's almost 
working with code.
Turns out that if text is introduced on the <span> line (e.g. "# 
<span>Two") or the line directly below it, the text gets garbled (the code 
tag is not ending properly),

If I place the prefix text after a blank link, e.g.:

--- snip 8< ---
# One
# <span>

Two:

```
multi
line
code
```

</span>
# Three
--- snip 8< ---

Then the code lines will be properly displayed, but this causes the text to 
begin on a blank line after the number line:

— snip 8< —

   1. One
   2. 
   
   
   
   Two
   
   Multiple
   Lines
   Code block
   3. Three

— snip 8< —

A bit annoying, so if you have an idea how to bypass that, it would be 
prefect.

Thanks.

P.S.: The extra lines are there because that's the visual effect that the 
<span> element is production.


On Monday, July 13, 2015 at 10:30:50 PM UTC+3, c pa wrote:
>
> Sky,
>
> This should work in most cases:
>
> # One
> # Two
> # <span>
> whatever you want
> more
> even more
> </span>
> # four
> # etc.
>

-- 
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/76a09f8d-9bcb-43e8-a0ec-12fbe670bfe7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to