Prevent <pre>-tags form stacking
Status: Beta
Brought to you by:
rico_g
If you write something like the following into a wiki article it doesn't look like expected because the middle line will get an additional <pre id='intended'></pre> section:
<code><pre>
if (500/5 == 100) {
doSth();
}
</pre></code>
This makes the <pre>-tag pretty much useless. I modified the IntendedFilter-Class so it wont stack <pre>-tags.
Fixed IntendedFilter
Ok, the line with doSth(); is supposed to be indented.
Awesome! Thanks for helping out. I will include your change in the next release.
Ciao,
Rico.