summarizeMD
summarizeMD copied to clipboard
Make #Summary compatible with GitHub markdown
Space added between # and Summary to allow proper display as title in GitHub markdown. Tested.
Another possible solution would be find least number of "#" used in the .md file and add it to Summary. i.e. "# * least number used " + " " + Summary. Not all .md files start with "#".