BBcode reference page is essentially complete. There is still room for improvement.

This commit is contained in:
Andrew Manning
2016-12-27 07:32:39 -05:00
parent 3bb6c667db
commit 4b2ef39648
3 changed files with 190 additions and 113 deletions

View File

@@ -530,7 +530,6 @@ function bb_fixtable_lf($match) {
}
function parseIdentityAwareHTML($Text) {
// Hide all [noparse] contained bbtags by spacefying them
if (strpos($Text,'[noparse]') !== false) {
$Text = preg_replace_callback("/\[noparse\](.*?)\[\/noparse\]/ism", 'bb_spacefy',$Text);