Hi Arc TW classic couldn't generate proper HTML <p> paragraph tags, instead relying on <br>. This highly irregular behaviour made it hard for CSS people to style TiddlyWiki.
TW5 does generate proper paragraph tags, by adopting rules similar to MarkDown: * Single newlines are ignored * Double newlines start a new paragraph This is one of the biggest wikitext changes between TW classic and TW5. >From an authors point of view, I find it much clearer, as these rules allow me to pepper text with newlines to improve readability. (We do need a way of marking up text - such as poems - that does include literal newlines). Hopefully, with MarkDown being so ubiquitous the new behaviour will be less surprising for new users. Best wishes Jeremy. On Fri, May 10, 2013 at 6:57 PM, Arc Acorn <[email protected]> wrote: > Well playing around in TW5 I noticed that it doesn't seem to create > <br/>'s > > Example: > > Text > Text > > Becomes: <p>Text Text </p> > > Well: > > Text > > Text > > Becomes: <p>Text</p> <p>Text</p> > > -- > You received this message because you are subscribed to the Google Groups > "TiddlyWikiDev" 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/tiddlywikidev?hl=en. > For more options, visit https://groups.google.com/groups/opt_out. > > > -- Jeremy Ruston mailto:[email protected] -- You received this message because you are subscribed to the Google Groups "TiddlyWikiDev" 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/tiddlywikidev?hl=en. For more options, visit https://groups.google.com/groups/opt_out.
