py-markdown-table icon indicating copy to clipboard operation
py-markdown-table copied to clipboard

Value Error for when adding links in the table.

Open jitendra42 opened this issue 2 years ago • 0 comments

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

jitendra42 avatar Sep 29 '23 16:09 jitendra42