#1774·pdfkit

Improve docs generation

Author: blikblumCreated Aug 23, 2026Updated Aug 23, 2026

Feature Request

Tables and italic are not rendered correctly

Example:

Table renders as is

| Value | Description | |-------|-------------| | singlePage | Display one page at a time | | oneColumn | Display pages in one column | | twoColumnLeft | Display pages in two columns, odd pages on left | | twoColumnRight | Display pages in two columns, odd pages on right | | twoPageLeft | Display two pages at a time, odd pages on left | | twoPageRight | Display two pages at a time, odd pages on right |

  • parent [PDFReference] - Parent field returned by formField.

renders:

parent [PDFReference ] - Parent field returned by formField.

Feature description

Should render correctly