py-markdown-table
py-markdown-table copied to clipboard
Value Error for when adding links in the table.
If we create a link in a table [link] (url), as URLs are long & single string, Its pretty much always throws Value Error when clearly there is no need.
https://github.com/hvalev/py-markdown-table/blob/main/py_markdown_table/markdown_table.py#L276
Posible solution could be to detect url & ignore them, but i would say completely remove the Value error check also will also fine