Tutorials¶
Tutorials are guided lessons. They take you through a complete result one step at a time.
Start with Create your first PDF if you are new to md-to-pdf. Then use Render Mermaid diagrams to add a diagram and see how rendering failures are reported.
flowchart LR
first["1 · Create<br/>a PDF"] --> mermaid["2 · Add<br/>Mermaid"]
Lessons¶
-
--- Create a small Markdown file and convert it to `example.pdf`. -
--- Add a Mermaid flowchart, render it into a PDF, and see how failures are reported.