> 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
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---