Thanks! That's great! There is however a small problem that's come up as well. I'd like to display the warnings - all of them if possible - in a table.So I tried this:
<$list filter="[all[current]tag[Obsolete]]"> | !Obsolete | This function is obsolete. | </$list> <$list filter="[all[current]tag[Unsafe]]"> | !Unsafe | This function is unsafe. | </$list> The problem is that if I write it like this, it doesn't put a newline after each line of the table when rendering the list, so it isn't displayed as a table. However, if I insert a blank line before each of the table entries, then it ends the entire paragraph before each table line and it displays as a series of one-line tables instead of a single one. Using HTML <br> divides the text into lines, but the | | |s are then not recognized as a table. There seems not to be an option for "I want a newline here for the purpose of your parser, but that might not mean a newline in the output". Can this be done? -- 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 view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/0acc7d26-1316-4148-9609-084cf9151df3o%40googlegroups.com.

