On Sunday, November 10, 2013 10:26:43 PM UTC+1, Anton Aylward wrote: > > I suppose I need those <br>'s changed to <</p><p> when they terminate a > paragraph and the next item is a paragraph. Skip headers and lists. > That really needs to get back in to the formatter, somehow. >
IMO this won't work, since the formatter doesn't create html text, that can be used with eg: innerHTML(). It directly creates the DOM nodes. There have been some attempts to have paragraph handling with TWc, but the parser/formatter isn't designed to handle it. TW5 has propper paragraph handling. TW5 has a slightly different syntax and a completely new plugin system. So TWc plugins won't work there. see: five.tiddlywiki.com -m -- 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 http://groups.google.com/group/tiddlywiki. For more options, visit https://groups.google.com/groups/opt_out.

