Support Path in Python #225
40tude (40tude)
started this conversation in
Ideas
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Bonjour,
everything is in the title. So far, for what I understand, in Python, this works
result = md.convert(str(file_path))while this does'nt
result = md.convert(file_path)Regards and many thanks for the job done.
All reactions