Expand description
Validation and warning system for markdown2pdf
This module provides pre-flight checks that warn users about potential issues without blocking PDF generation.
Structsยง
- Validation
Warning - Represents a non-critical warning that doesnโt prevent PDF generation
Enumsยง
- Warning
Kind - Types of warnings that can be issued
Functionsยง
- check_
image_ ๐references - Checks for image references and validates paths exist
- check_
syntax_ ๐issues - Checks for common markdown syntax issues
- detect_
unicode_ ๐chars - Detects if markdown contains non-ASCII Unicode characters
- has_
unicode_ ๐font - Checks if font config has Unicode-capable fonts
- validate_
conversion - Validates markdown content and configuration, returning warnings