Describe the bug
When creating longer sheets with over 200 lines of code the export to PNG shows no code after the 200th line.
To Reproduce
Steps to reproduce the behavior:
Info
Screenshot

@mfix22 I have looked into this issue. Looks like dom-to-image doesn't support toPng with a height greater than 18K-20K pixels.
@manishsundriyal that is great to know! In that case, I'm not _too_ concerned, since images that long will probably have other issues when using Carbon.
Do you think it would be feasible to, for example, stitch multiple PNGs together? Might be more work than it is worth…
@mfix22 Yes, it's not worth enough. I have made a lot of content through carbon for almost all kinds of use, but I never came across a situation where I need a snippet of such large height.
A major future update could be something like using some other package than dom-to-image (If something better is available)
@manishsundriyal if you know of dom-to-image alternatives, I would definitely be open to trying them.