futuresight / futurebb

The forum system by FutureSight Technologies. A live sample can be seen at http://futuresight.org/forums
http://futurebb.futuresight.org
2 stars 2 forks source link

Leading/trailing whitespace for block tags is still parsed #154

Closed jacob-g closed 8 years ago

jacob-g commented 8 years ago

Something like this:

[code]
test
[/code]
test 2

Would produce this:

[test]

test 2

(i.e. [test] indicates it's in the code tag) The line break in the middle should be removed.