Open
Description
I’ve got some suggestions on improving the extra feature. Please let me know what you think and I can do the implementation.
- Add to documentation what types of content are supported and their respective limitations. I.e. Base64, local paths, URL.
- Add possibility to add raw data without having to Base64 encode it first. It’s currently not possible to add content as bytes so that could be used to identify raw data.
- Automatically read and Base64 encode local files added to a self contained report instead of producing a warning.
- Indent JSON files for readability