Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,14 @@ const report = await createReport({
* (Default: 1)
*/
compressionLevel?: number;
/**
* Whether to allow nested IF commands within the same paragraph or table row.
* By default, the library throws an error when it detects an IF command
* nested within another IF command on the same line or table row.
* Set to true to skip this validation check.
* (Default: false)
*/
allowNestedIf?: boolean;
});
```

Expand Down
Loading
Loading