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
I noticed a little issue when using links in table cells: a newline character is added at the end of the link, but this confuses the table; it assumes a new row is started after the link.
The text was updated successfully, but these errors were encountered:
Sure! I'm a bit hesitant though, since removing newlines after elements like links etc, would change the output in ways other users wouldn't expect. Maybe on the list for any future major version update?
Removing \n from line 71 fixes the issue (but may create other problems). Since I don't think this repository is actively maintained, I won't work on this issue yet (but let me know if this change!). Best option may be doing nested json2md function and then trim() it.
Hey, thanks for writing this module! I'm using it to tabulate unit and e2e that will end up in this wiki: https://github.com/tpronk/e2e_robot/wiki/Overview-of-WebdriverIO-tests, which we'll later integrate into PsychoJS: https://github.com/psychopy/psychojs
I noticed a little issue when using links in table cells: a newline character is added at the end of the link, but this confuses the table; it assumes a new row is started after the link.
The text was updated successfully, but these errors were encountered: