The script should start all the headings with ## but it is starting every line a *
Activity
cclauss commentedon Sep 5, 2019
Both ## and * are valid markdown.
jai-dewani commentedon Sep 5, 2019
But ## should be used for emphasizing the folders
jai-dewani commentedon Sep 5, 2019
#1161
It was minor bug in md_prefix(i), fixed the same.
cclauss commentedon Sep 5, 2019
I like ## more because it create a link to a specific set of algorithms: digital-image-processing
https://github.com/TheAlgorithms/Python/blob/master/DIRECTORY.md#digital-image-processing
jai-dewani commentedon Sep 6, 2019
Yes I am supporting the same point, the problem is that script when run is marking the folders with * instead of #
Ignore vendor for travis (TheAlgorithms#1171)