Hi Jake,

as far as I know, this is only possible if you switch to html tags:

#Some text number one
#<div>
   several lines of text
   that must be indented
   <pre>
   code line 1
   code line2
   </pre>
</div>
#Some text number three
#Some text number four

-Felix



On 01/27/2016 02:24 PM, Jake Dulivitch wrote:
> The example you pointed out doesn't work:
>
> #Some text
> #Some text{{foobar{
> List continue text
> may be several lines long with
> formatting and other wiki syntax
> }}}
> #Some text
> #etc.
>
> I'd like to indent several lines on one of the bulleted item and it
> would have also two lines of code (some shell commands) like
>
> #Some text number one
> #Some text number two
>    several lines of text
>    that must be indented
>    ```
>    code line 1
>    code line2
>    ```
> #Some text number three
> #Some text number four
>
> Would it be possible?
>
>
> On Wednesday, February 24, 2010 at 2:09:19 PM UTC+1, Eric Shulman wrote:
>
>     > 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
>     <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 unsubscribe from this group and stop receiving emails from it, send
> an email to [email protected]
> <mailto:[email protected]>.
> To post to this group, send email to [email protected]
> <mailto:[email protected]>.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/tiddlywiki/2fb3dc09-ee31-480b-af9f-13b4b6f53251%40googlegroups.com
> <https://groups.google.com/d/msgid/tiddlywiki/2fb3dc09-ee31-480b-af9f-13b4b6f53251%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout.

-- 
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 https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/BLU436-SMTP218380692CA156B865AF3AECED90%40phx.gbl.
For more options, visit https://groups.google.com/d/optout.

Reply via email to