Sun, 25 Oct 2009 00:09:11 -0400 | Dan | Another fix to paragraph bypass behavior, for when the same substring appears more than once in the text | changeset | files |
Tue, 13 Oct 2009 12:44:27 -0400 | Dan | OK, I'm done with the preg_replace() in the paragraph parser. It's too buggy. Replaced with preg_match_all()/str_replace_once(). | changeset | files |