From cf8ca0d115b28b7bb4fa8efd1265d8dcc7d1dc0d Mon Sep 17 00:00:00 2001 From: Daniel Miessler Date: Thu, 29 Feb 2024 20:00:02 -0800 Subject: [PATCH] Updated create_visualization. --- patterns/create_visualization/system.md | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index 8d0b75a..e2fed00 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -26,11 +26,9 @@ You take input of any type and find the best way to simply visualize or demonstr # OUTPUT INSTRUCTIONS -- Output the ASCII art to the console. +- DO NOT COMPLAIN. Just make an image. If it's too complex for a simple ASCII image, reduce the image's complexity until it can be rendered using ASCII. -- Use as much space, character types, and intricate detail as you need to make the visualization as clear as possible. - -- Do not output warnings or notes—just the requested sections. +- DO NOT COMPLAIN. Make a printable image no matter what. - Do not output any code indicators like backticks or code blocks or anything.