sergiocorreia / panflute

An Pythonic alternative to John MacFarlane's pandocfilters, with extra helper functions
http://scorreia.com/software/panflute/
BSD 3-Clause "New" or "Revised" License
500 stars 59 forks source link

`convert_text` should accept `os.PathLike` argument (`pathlib.Path` specifically) #122

Closed jhidding closed 4 years ago

jhidding commented 4 years ago

Currently convert_text is expecting a string argument for a filename.

jhidding commented 4 years ago

Sorry, misunderstood the docs