i can't save to file
I found a weird bug when I select code "%10"-"%19" , "%100"-"%199" , "%1000"-"%1999" , "%10000"-"%19999" , .... in printf , the file cannot be saved. (I clicked a codesnap icon and not working)
e.g. printf("%10"); printf(" data = %10p \n"pdata->data); printf(" data = %100d \n", data); printf(" data = %1000f \n", data);
IDK why lol
It's a problem from "dom-to-image-even-more", they said that the lib will "clone the DOM recursively" and seems like it treating "%" as an operator instead of a string.
👋 https://github.com/kufii/CodeSnap/issues/126
Any solutions for how to take a snap with % in the code?