block elements require blank lines
chrisada - November 8, 2004 - 19:07
| Project: | Textile |
| Version: | 4.5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | by design |
Jump to:
Description
Many elements, e.g. h1 h2 or unordered list, require blank line above and below them to be parsed correctly. If there is no empty lines, the textile code are treated just like normal text. Before 4.5 this was not the case.

#1
Since these are block-level elements, I believe this is by design. I would have to double-check with Brad, but it makes sense that block elements should not run together. Reopen if you disagree.