Christian Droulers
Christian Droulers
@sajithnechiparambil Do you mean escape characters according to the SQL provider? Such as PostGreSQL using `"` around names?
@sajithnechiparambil You're welcome to start a PR for this, I don't have any time to dedicate to this project these days and this is a big undertaking as well. The...
@rogusdev Hi there! After re-reading my own PR and looking a bit into this PR, I think I can give a bit of insight. I think we misunderstood the "no-clobber"...
No bugs that I can see, the clean up would mostly be to remove the options unless I can understand why they are used! I think I'd also update the...
After messing around a bit more, removing border-bottom on a bunch of elements also seems to fix the issue. Don't know if that helps!
Hello @julientaq ! Thank you for the answer! Using the CSS, but removing border and padding fixes the issues ```css [data-split-to] { padding-bottom: 0; border-bottom: 0; } [data-split-from] { padding-top:...
There also seems to be some default CSS that tries to remove the padding and margin, but not the borders Version 0.50-beta.0 fixes the issue without custom CSS, but it...
It seems it worked well when I use `break-inside: avoid;` within my paragraphs, but when I remove it, I can reproduce the issue again. [super-bug.json.html.txt](https://github.com/pagedjs/pagedjs/files/12935340/super-bug.json.html.txt) The break-inside was originally to...
@julientaq Looks like some parts of text wrap to the top?
I tried with white-space:pre, and it did the same thing. I remember trying paragraphs as well, but can't remember why I didn't keep it. I'll try again with the other...