wpreadme2markdown / wp-readme-to-markdown

Convert WordPress Plugin Readme Files to GitHub Flavored Markdown
MIT License
92 stars 20 forks source link

Add skip image check #32

Open LC43 opened 1 month ago

LC43 commented 1 month ago

time ./vendor/bin/wp2md -i README.txt -o README.md

real 0m6,075s user 0m0,369s sys 0m0,055s

vs

time ./vendor/bin/wp2md -i README.txt -o README.md --skip-image-check

real 0m0,199s user 0m0,133s sys 0m0,061s


The speed up during build time is huge. I don't need this converter to check my mistakes in the readme.txt / screenshots.

would you consider accepting this?

Im preparing a PR for wp2md too