Skip to content

Commit 576bc85

Browse files
author
Foldvari
committed
38 - Issue with ordered and unordered lists
- Added `pntext`, `pntxta` and `pntxtb` groups to the `ignore_groups` prop to fix issue with invalid enriching of the decapsulated HTML Closes #38
1 parent db4818b commit 576bc85

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/rtfparse/renderers/html_decapsulator.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ def __init__(
3333
"colortbl",
3434
"generator",
3535
"formatConverter",
36+
"pntext",
37+
"pntxta",
38+
"pntxtb",
3639
)
3740

3841
def ignore_rtf_toggle(self, cw: entities.Control_Word) -> str:

0 commit comments

Comments
 (0)