$text = preg_replace("/<(p|\/?ul|\/?ol|\/?dl|\/?table)>/", "\t\t<$1>", $text);
    $text = preg_replace("/<(li|\/?tbody|\/?thead|\/?colgrounp)>/", "\t\t\t<$1>", $text);
    $text = preg_replace("/<(tr)>/", "\t\t\t\t<$1>", $text);
    $text = preg_replace("/<\/([^\>]*)>\n\n/", "</$1>\n", $text);