Ignore more blocks when getting plaintext
This commit is contained in:
parent
9216898f5f
commit
1f5e151314
1 changed files with 2 additions and 0 deletions
|
@ -63,6 +63,8 @@ IGNORE_PLAINTEXT_BLOCKS = (
|
|||
EmbedBlock,
|
||||
ImageCaptionBlock,
|
||||
CodeBlock,
|
||||
MermaidBlock,
|
||||
IFrameBlock,
|
||||
)
|
||||
IGNORE_HEADING_BLOCKS = (*IGNORE_PLAINTEXT_BLOCKS, LoremBlock)
|
||||
|
||||
|
|
Loading…
Reference in a new issue