Am Montag, 13. Mai 2013 11:13:27 UTC+2 schrieb Jeremy Ruston: > > Supporting Markdown's rule of forcing a line break with two spaces at the > end of the line would be straightforward but I'm concerned that those > spaces will be annoyingly invisible when using the browser textarea control > to edit text. So it might be useful to add a more explicit syntax for line > breaks. One possibility is double backslash at the end of a line: >
Please don't! One backslash is already used in other places to define that the line is continuing on the next line. While I find it okay, using MarkDown Syntax and so to ignore single linebreaks, I also understand that there are situations where it would be more than annoying to have to add something to every single line just in order to preserver the linebreaks. Isn't there something like the <pre> tag which can be used to mark a section where linebreaks are significant? I'm just thinking about how often I paste in some longish text and wouldn't want to make all the lines connect. But there are as well situations where I want an explicit linebreak in my source but wuld want both lines concatenated in output. T.b.h. I have no clue how to best solve this "dilemma". -- 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.
