* Improve logging messages
* Make local development easier; improve docs
* Combine page-specific CSS files into one
This file is small, and later it will also contain styles that need to
apply to the whole site.
* Add "Edit this page on GitHub" links
* Remove an unneeded element
* Assign table cell classes during parsing
This way it will work with JavaScript disabled too.
* Match font weights with other styles
* Always show hovered links in gray
Before this change, already-visited links would stay red on hover.
* Minor CSS tweaks
* In main table, show company names in bold
* Add mobile styles for companies table
* Remove a couple more empty profile sections
* A few minor tweaks
* Add toIdentifierCase function
* Use toIdentifierCase function to make profile content more code-friendly
* Improve "incomplete profile" indicator checks
In order to properly check the "incomplete profile" indicators, the
"Company blurb" section should exist.
* Return parsed HTML content for each company
* Test parsing of invisible "variation selector" character
* Strip out invisible "variation selector" character