> Is there a method to enter paragraph text following a numbered or
> unnumbered list?
> For Example:
> 1. Some text
> 2. Some text
> List continue text
> 3. Some text
> It is important for me to have the numbering continue after the list
> continue text.
You can use the {{CSSclassname{...}}} syntax to create a "wrapper"
element around the paragraph of content. If the wrapper *starts* on
the same line as the bullet item, then the paragraph will be properly
indented and the item numbering will be continued following the close
of the wrapper, as desired.
Like this:
#Some text
#Some text{{foobar{
List continue text
may be several lines long with
formatting and other wiki syntax
}}}
#Some text
#etc.
Note that the actual classname used to define the wrapper isn't really
important: it doesn't even have to exist in your StyleSheet
definitions. In fact, if you make sure that the classname you use is
*not* defined, then it will ensure that that the wrapper does not add
any extra, unintended styles to the paragraph it contains.
Also note: there are a whole bunch of convenient 'formatting shortcut'
CSS classes pre-defined here:
http://www.TiddlyTools.com/#StyleSheetShortcuts
Import this tiddler into your document, and then add:
[[StyleSheetShortcuts]]
to the end of your StyleSheet tiddler. This will incorporate the
'shortcut' classes into your styles, so that you can then use them
with the {{classname{...}}} syntax to easily apply common styles to
your content.
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.