trying to figure out why:
{{ page.excerpt | prepend:'<em>' | append:'</em>' | replace: ',' ,'</em> <em>' }}
turns this:
hashtag.1, hashtag.2, hashtag.3
into this:
<em>#LetsMove <em> #newark <em> #JJLA2012</em>
..
somehow the </em> is not passing through.
the html tags seem to close themselves, sort of non-uniformly, so we keep ending up w/a mess of weird half-over-nested markup.