We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I'm getting a redundant | pipe if the last element of the table had \n
{ "table": { "headers": [ "Col1" ], "rows": [ { "Col1": { "link": { "title": "aTitle", "source": "http://www.example.com" } } } ] } }
json2md output would be
'| Col1 |\n| ---- |\n| [aTitle](http://www.example.com)\n |\n'
Representing:
|
If an additional column (Col2) would be added, the bug (\n in the link) would cause the value in it it to show on the next row e.g.:
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm getting a redundant | pipe if the last element of the table had \n
json2md output would be
Representing:
|
If an additional column (Col2) would be added, the bug (\n in the link) would cause the value in it it to show on the next row
e.g.:
The text was updated successfully, but these errors were encountered: