Jake
Jake
Just tested this building via WSL and on MacOS based. Both seem to play nicely and was able to spinup the image correctly!
`.iPopUp` has a height of the entire document, hotfixed by using this in my CSS/UserStyle. ``` iframe#iPopUp { max-height: 90vh !important; } ```
Found it! Seems to be an issue between `remark-parse` at ver. `^10.0.0` rather than `^9.0.0`, downgrading this library for the time being has solved the issue. Was good to hear...
The current approach of serving `error.html` won’t work because it circumvents the React application entirely. Proper React-based error handling would require: - Providing `errors.go` with a `siteHandler` capable of rendering...