Commit Graph
2 Commits
Author SHA1 Message Date
Jesse Luehrs 8f290b913e oops, fix the regex (clear out everything before matched tags) 2011-09-22 15:11:44 +09:00
Jesse Luehrs 25ecc2ca99 don't screw up expansion if there's already an existing tag (#23)
<p>a>b_</p>

now expands to

<p><a><b>_</b></a></p>

rather than

<p>
  <a><b></b></a>
</p></p>
2011-09-22 15:08:10 +09:00