Normalize Asset File Names
Before, asset file names did not get normalized, spaces were left in file names. This is unsafe, and can lead to some md parsers to bail, so I now normalize every filename exported with the generic normalizer function.
Before, asset file names did not get normalized, spaces were left in file names. This is unsafe, and can lead to some md parsers to bail, so I now normalize every filename exported with the generic normalizer function.