Skip to content

Add a horizontal line under the heading line #1

Description

@rahji

This is a great script, thanks! Since the horizontal lines are all created as dashes, the markdown table is rendered without a horizontal line under it. It would be nice if you had the option to create the table with equal signs instead.

In the meantime, this command will do it:

sed -i 'N;/^[^-]*-/{n;s/-/=/g;:a;n;ba};P;D' table.md

:)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions