Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Extension: Quote Depth
Pretty simple, but very useful.
Quote Depth v0.1.0
Allows you to control the level of quote depth which shows up when people post.
Quote Depth v0.1.0
Allows you to control the level of quote depth which shows up when people post.
0
This discussion has been closed.
Comments
@Ninjaguy: Just jack open the copy and get rid of the type detection and exchange [ ] for < > -- should do the trick.
And, as a side note:
s/<blockquote([^>]+)>/<blockquote>/U
I meant to say you could strip any attribute, not just styling.And, using that, you could even extend this to then de-level nested other tags too, such as fieldset, div, or even q (which only works in a handful of browsers anyway, and the people who DO know about it aren't the crowd to be likely to abuse it.)
That's sort of the mentality behind the html formatter, it gives you as much freedom as possible while stripping out anything dangerous (and you can disable inline styling within the extension anyway, so it's not like the option's not there).