[Request] Don't find <html tags> inside [code] from the HTML editor.
This is frustrating when making certain kinds of plugins. For example, you want to pass in some HTML, but you can't because perchance decides the block isn't code anymore.
Ideally, all code within a [code block] would be ignored until its final ].
Oh while I'm on the topic... Please ignore any [] or {} inside of <script> tags or in things like onclick="" attributes. Would make life a lot easier ;p
Can you give an example of what you are using the [] in the HTML panel for? It might be easier to write the script that you want to execute on the List Editor instead of writing the whole thing inside the [] in the HTML editor.
Someone on Reddit wanted to use a spoiler plugin (for the sake of example...) [spoiler("text")] with an image tag [spoiler("<img src='...' />")] which would be just fine, and it's nothing complicated. But perchance says "Oh look a tag, I guess there's no code here after all."
Some things are just better to be done in-place in the HTML, know what I mean? Rather than using a list item just because perchance works differently for the HTML stuff to the list stuff. I'd say it would be more consistent to work the same in both, know what I mean?