Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Column dividers open and close each row #31

Open
joeyhoer opened this issue Nov 29, 2021 · 1 comment
Open

Column dividers open and close each row #31

joeyhoer opened this issue Nov 29, 2021 · 1 comment

Comments

@joeyhoer
Copy link

Some applications (e.g. JIRA) require Markdown table rows to be opened and closed with the pipe character.

This can easily be fixed by piping output through sed 's/^/| /g;s/$/ |/g'. However, it would be helpful if this tool had an option to add these characters to the beginning and end of each row without requiring sed.

@gingerbeardman
Copy link

gingerbeardman commented Nov 3, 2023

I came here to post this issue.

I'm converting tables to Markdown for a jekyll blog post.

Previously I was using: https://www.convertcsv.com/csv-to-markdown.htm

Thanks for the sed tip @joeyhoer !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants