Download & Extend

code content must not be in the same line with leading html tag <code>

Project:Code Filter
Version:6.x-1.0
Component:Code
Category:bug report
Priority:normal
Assigned:Unassigned
Status:active

Issue Summary

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 code


it is what I hopt it to be.

Do I use the tag incorrectly or it is by design?

Comments

#1

Component:Miscellaneous» Code

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.