We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef39ca8 commit c5073b4Copy full SHA for c5073b4
scripts/requirements.txt
@@ -5,7 +5,7 @@ markdown>=3.4.4,<4.0.0 # Markdown to HTML conversion with extensions
5
jinja2>=3.1.2,<4.0.0 # HTML template engine
6
beautifulsoup4>=4.12.0,<5.0.0 # HTML/XML parsing and metadata extraction
7
pyyaml>=6.0,<7.0 # YAML configuration parsing
8
-markdown-it-py>=3.0.0,<4.0.0 # Markdown parser with AST support for validation
+markdown-it-py>=3.0.0,<5.0.0 # Markdown parser with AST support for validation
9
10
# Additional dependencies for enhanced markdown processing
11
# Note: These are included automatically with markdown[extra] but listed for clarity
0 commit comments