You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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.The text was updated successfully, but these errors were encountered: