From 64c09d643c99740e47428da6098239d3f8b9f459 Mon Sep 17 00:00:00 2001 From: Joost Agterhoek Date: Sat, 21 Jun 2025 21:41:37 +0200 Subject: [PATCH] trying out rendering Mermaid.js diagrams --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index 019cc58..7528a00 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,12 @@ This is a Python project to learn working with Flask. To make it useful for my d ![](./screenshots/30-01-2025.png) +Testing a Mermaid graph to work out the flow of the website: +```mermaid +graph TD +Start --> End +``` + ## Todos - [ ] reorganize the SPF, DMARC and DKIM results (organize the SPF to match ['record'] with ['parsed']) 📧 - [ ] try to incorporate OTX Alienvault results (unfortunately the historical telemetry is not possible via the API...) 👽