> I'm trying to put sample code within a numbered/bulleted block:
> # item 1
> # item 2
> {{{
> Multi-line
> Sample code for item 2
> Another line}}}
> # item 3
>
> How do I setup my code to keep the numbering and bullets running
> around the {{{/}}} block?
Try this:
# item 1
# item 2{{span{
{{{
Multi-line
Sample code for item 2
Another line
}}}
}}}
# item 3
i.e., surround the code block with a CSS wrapper ("{{span{...}}}"),
where the initial "{{span{" is on the same line as the bullet item
enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios