Bennet Bo Fenner
Bennet Bo Fenner
1. Table Cell without page break - To prevent paging check [here](https://www.questpdf.com/api-reference/show-entire.html) 2. Table Header - To display elements only once check [here](https://www.questpdf.com/api-reference/show-once.html)
You can always nest content as deep as you like. You need to group the content (6 cells) inside a parent container so you can apply `ShowEntire` for the parent...
Not sure if you are aware, but you can install the catppuccin theme using the extensions panel (command palette -> zed: extensions). Repo: https://github.com/catppuccin/zed If this issue is only about...
Hey, I cannot reproduce this even with larger markdown documents (> 10000 lines). Is there any possibility that you could share the contents of the file you are trying to...
Thanks for the information, I managed to reproduce the panic when a markdown file contains a LOT of checkboxes that are in a single block/list (for me it starts to...
Hey, just put up #10852 (still WIP, but should already fix your issue). Would be great if you could build from source and try to open your document, so that...
> Thank you. Yes, that indeed prevents the problem. I hope the fix is not too exotic. > > If you wonder: I have a GTD style tickler file with...
Just played around with this for a while. Looking great so far! I really think this can help to create some complex layouts. One thing i noticed during testing: If...
I get it know, its exactly like you described. Removing the alignment (`.AlignCenter()`) call fixed the problem - Code throws a layout exception. Just needed some time to get back...
> Okay, so the markdown looks like this: > > ``` > ### function `search` > > --- > → `void` > Parameters: > - `TrieNode * flag (aka struct...