We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d01b86 commit 411f6e5Copy full SHA for 411f6e5
1 file changed
misp_modules/modules/expansion/convert_markdown_to_pdf.py
@@ -61,7 +61,7 @@ def sanitize_ast(doc):
61
for block in blocks:
62
if isinstance(block, pandoc.types.RawBlock):
63
args = getattr(block, "_args", [])
64
- if len(args) < 2: # Invalid RawBlock
+ if len(args) < 2: # Invalid RawBlock
65
continue
66
fmt, text = args[0], args[1]
67
0 commit comments