Hi HC Haase, > why is it that new line or headers make a new separate box (why is it only > lists that can be in the formatting)? > can you maybe help me change that >
Because it's designed that way ;-) Both ingredients and steps are lists, one unordered the other ordered. What you can do is extend each step with more text, e.g.: * 2 tb butter <<info "Fresh Butter">> whereas... \define info(tiddler) <div class="info"> <$transclude tiddler="""$tiddler$"""/> </div> Or directly do: * 2 tb butter <div class="info"> <$transclude tiddler="Fresh Butter"/> </div> ...and then style your info bit appropriately. Best wishes, Tobias. -- 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/3649f406-ab38-4692-a2e7-f4358f443fb6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

