Skip to content

build_directory_md.py is not working correctly #1171

Closed
@jai-dewani

Description

@jai-dewani
Contributor

The script should start all the headings with ##
but it is starting every line a *

Activity

cclauss

cclauss commented on Sep 5, 2019

@cclauss
Member

Both ## and * are valid markdown.

jai-dewani

jai-dewani commented on Sep 5, 2019

@jai-dewani
ContributorAuthor

But ## should be used for emphasizing the folders

jai-dewani

jai-dewani commented on Sep 5, 2019

@jai-dewani
ContributorAuthor

#1161
It was minor bug in md_prefix(i), fixed the same.

cclauss

cclauss commented on Sep 5, 2019

@cclauss
Member

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

jai-dewani commented on Sep 6, 2019

@jai-dewani
ContributorAuthor

Yes I am supporting the same point, the problem is that script when run is marking the folders with * instead of #

added a commit that references this issue on May 7, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @cclauss@jai-dewani

        Issue actions

          build_directory_md.py is not working correctly · Issue #1171 · TheAlgorithms/Python