Lars Kappert

Results 640 comments of Lars Kappert

> [!WARNING] > > reveal-md is no longer in active development. No new features will be added. Pull requests for bug and documentation fixes will be considered. Occasional dependency upgrades...

Looks cool. That'd be great! We can link to them in the docs so they can be copy-pasted. Or even add named built-in preprocessors (e.g. `reveal-md --preprocessor quotes`).

> [!WARNING] > > reveal-md is no longer in active development. No new features will be added. Pull requests for bug and documentation fixes will be considered. Occasional dependency upgrades...

Please look closely at the output in either verbose or debug mode as described here in the troubleshooting section: https://github.com/release-it/release-it#troubleshooting--debugging Then you can see the commands release-it executes. Those could...

Of course there could be bugs. My personal workflow is very simple, so I don't use those those features a lot.

Thanks Richard, that all makes sense. Would you be willing to submit a pull request to improve this?

Hello Adam, thanks for the report. But I'm not sure what's the ask or action here?

Right, we could verify the git url is valid. Just like we check for clean working dir.

Feel free to submit a pull request, happy to review

Since .json is not a default extension you could try to add a compiler for it and do something like this: ```ts { compilers: { json: text => `export default...