class Jekyll::Abbreviate

This class modifies the page contents to replace {abbr} with the associated abbreviation in a proper <abbr> tag. It's done as a generator because it's easier to operate once per page and be able to easily see if we've generated the abbreviation before.

This could in theory operate as a simple tag, but I'm not sure how to keep track of “# of times seen per page” there.