- Commit
- 52c69afc6f4ad2f962f55c6daa7adaab87f835ae
- Parent
- c9ad75b4c69edf064106bc63fdf6a2637a7c5a8b
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Use simpler algorithm.
This handles things like `**hi***there*` and gives symmetrical
treatment of `**hi*` and `*hi**`.
Also handles the case from #147.