Module process

Module process 

Source
Expand description

Main processing functions for Markdown content.

Enums§

ProcessorPreset
Preset configurations for common use cases. In some cases those presets will require certain feature flags to be enabled.

Functions§

create_processor
Create a processor with sensible defaults for library usage.
process_batch
Process a batch of markdown files with consistent error handling.
process_markdown_file
Process markdown content from a file with error recovery.
process_markdown_file_with_basedir
Process markdown content from a file with custom base directory.
process_markdown_string
Process markdown content from a string with error recovery.
process_safe
Safely process markup content with error recovery.
process_with_recovery
Process markdown content with error recovery.