pymarkdown icon indicating copy to clipboard operation
pymarkdown copied to clipboard

Add fix_string() to the API

Open seanthegeek opened this issue 6 months ago • 3 comments

I saw that the CLI has a fix option, but that is not currently exposed in the API.

I'm creating a Python project that uses html2text to convert some HTML content to Markdown. The results are pretty messy. The markdownlint extension for Visual Studio Code can clean up a lot of linting errors automatically. I'd like to do the same thing before writing the Markdown content to a file to save time and effort.

seanthegeek avatar Aug 15 '24 03:08 seanthegeek