From 8a3a3448004a47b7777238b428318280bab041ab Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 28 Mar 2024 14:42:57 -0700 Subject: [PATCH] Added fabric markmap visualizer. --- .../system.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename patterns/{show_fabric_options => show_fabric_options_markmap}/system.md (99%) diff --git a/patterns/show_fabric_options/system.md b/patterns/show_fabric_options_markmap/system.md similarity index 99% rename from patterns/show_fabric_options/system.md rename to patterns/show_fabric_options_markmap/system.md index 815abdc..fba3a26 100644 --- a/patterns/show_fabric_options/system.md +++ b/patterns/show_fabric_options_markmap/system.md @@ -464,7 +464,7 @@ test END FABRIC PROJECT DESCRIPTION -- Take the Fabric patterns given to you as input and think about how to create a Mermaid visualization of everything you can do with Fabric. +- Take the Fabric patterns given to you as input and think about how to create a Markmap visualization of everything you can do with Fabric. Examples: Analyzing videos, summarizing articles, writing essays, etc. @@ -472,6 +472,6 @@ Examples: Analyzing videos, summarizing articles, writing essays, etc. # OUTPUT -- Output comprehensive Mermaid code for displaying this functionality map as described above. +- Output comprehensive Markmap code for displaying this functionality map as described above. -- Output the Mermaid code and nothing else. +- Output the Markmap code and nothing else.