code content must not be in the same line with leading html tag <code>
pillow - September 29, 2008 - 02:21
| Project: | Code Filter |
| Version: | 6.x-1.0 |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Jump to:
Description
If I use
<code>sample code
there is not any effect around the content "sample code"
If I use(meaning start a new line after the leading tag)
<code>
sample codeit is what I hopt it to be.
Do I use the tag incorrectly or it is by design?

#1
I have just noticed this as well? I can see why it would be by design, but it's a little confusing for some users. If it's by design, maybe a short addition to the filter tips would be useful.