Ticket #449 (closed enhancement: duplicate)
Treat N line breaks as one
| Reported by: | DSM | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | 3.0 |
| Component: | core | Version: | |
| Severity: | low | Keywords: | formatting |
| Cc: |
Description
Some people will enter paragraphs with only one CRLF at the end (ie. no blank lines between paragraphs). Others will use two CRLFs because it makes it easier to read in edit mode. This is particularly true when inputting list items after a paragraph.
I've noticed that, if I create a paragraph and then put in a list with a separating blank line, the tiddler will be rendered with two blank lines between the paragraph and the list. If I create the paragraph and then add the list without an intervening blank line, the tiddler will be rendered with one blank line between the paragraph and the list.
The bug is that the paragraph and list should be rendered with one intervening blank line regardless of how many CRLFs separate the paragraph and the list.
