i have some Layout issue considering the function toc-tabbed-internal-nav

i created a tiddler which contains bulletpoints, but when shown through the 
toc-tabbed-internal-nav every bulletpoint becomes


* BOLD this*
   
   - text 
   - text
   - text


*becomes this *



   - *text*
   - *text*
   - 
*text *


also number from the bulletpoints are gone 

*this *

   1. text
   2. text
   3. text


*becomes this *


*text*

*text*

*text*


this is the Code that i found 

<$macrocall
        $name="toc-tabbed-external-nav"
        tag="TableOfContents"
        selectedTiddler="$:/temp/toc/selectedTiddler"
        unselectedText="<p>Select a topic in the table of contents. Click the 
arrow to expand a topic.</p>"
        missingText="<p>Missing tiddler.</p>"
/>


i did only use this line from it 

<div class="tc-table-of-contents">
<<toc-tabbed-internal-nav 'CodingGuideline' "sort[title]">>       

While CodingCuideline is my Tag

any help would be appreciated

thank you  


-- 
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/8f7958e2-7f6e-4fbf-8d20-b8cc80dcbb7a%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to