Posted by chrisada on November 8, 2004 at 7:07pm
Jump to:
| Project: | Textile |
| Version: | 4.5.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed (works as designed) |
Issue Summary
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.
Comments
#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.