Hi love the project!
I'm looking at using it to build Markdown documents based off JSON schemas.
I can create decent markdown documents easy enough using the handle bar templates and a few helpers but I can't find a nice way to do two things.
- Change the output file name
- Disable CSS creation.
Based on reading the code it looks like this isn't possible as both engines are created and configured in bootprint itself? Am I reading / not understanding correctly?
Cheers for any help in advance.