How to embed Business Process Model and Notation diagrams.
BPMN (Business Process Model and Notation) is a graphical representation for specifying business processes in a business process model.
MarkdownToPrettyPDF allows you to render BPMN files directly using the bpmn block via Kroki.
Basic Syntax
BPMN is an XML-based format. You will typically generate this XML using a tool like the Camunda Modeler, and then paste it directly into your bpmn fenced code block.
BPMN diagrams are essential for enterprise workflows and clearly documenting standard operating procedures. By pinning them directly in your Markdown documentation, they stay visible alongside system architecture and guides.