csvtomd
csvtomd copied to clipboard
Removing redundant asterisk in md_table signature
Running with Python 3.5.3 and getting:
$ python csvtomd.py
File "csvtomd.py", line 38
def md_table(table, *, padding=1, divider='|', header_div='-'):
^
SyntaxError: invalid syntax