From a02a1c8db61975dab3e2c8c0df4856682c5f8531 Mon Sep 17 00:00:00 2001 From: "Lance R. Vick" Date: Sat, 7 Dec 2024 11:10:15 -0800 Subject: [PATCH] render as mermaid --- coding-standards.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/coding-standards.md b/coding-standards.md index 9a364e6..dbf561f 100644 --- a/coding-standards.md +++ b/coding-standards.md @@ -12,7 +12,7 @@ These are our opinionated code security and quality standards we use internally Use the following rationale as guidelines to decide when and how to use third party dependencies -``` +```mermaid flowchart TD A[Can it be done with the standard Library in under ~10k easily readable lines?] A --> D{No} --> E