Open LC43 opened 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
real 0m6,075s user 0m0,369s sys 0m0,055s
vs
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