exporter_markdown
Handles exporting recipes to Markdown format.
MarkdownExporter
MarkdownExporter(image_storage: ImageStoragePort | None = None)
Secondary adapter that implements MarkdownExporterPort.
save
Export a list of RecipeEntity objects to a Markdown file.
to_string
Convert a list of RecipeEntity objects to a Markdown string.