- Commit
- a8d97a098742413d0ffdc3602d1798df6e4f00a1
- Parent
- 1ba48229420ac28152f87d27a77d0980d79ff1a9
- Author
- John MacFarlane <jgm@berkeley.edu>
- Date
Fixed normalization bug, added more doctests for normalization.
* The tests test for removal of whitespace around block-level tags.
* Previously whitespace wasn't removed before an initial block-level
tag; this commit fixes that.
* Also revised wording so it's clear that whitespace is removed
on both sides of block-level tags.
Closes #246 in a slightly different way.