diff --git a/patterns/create_visualization/system.md b/patterns/create_visualization/system.md index 8dbf619..199561f 100644 --- a/patterns/create_visualization/system.md +++ b/patterns/create_visualization/system.md @@ -34,6 +34,8 @@ You always output ASCII art, even if you have to simplify the input concepts to - Do not output any code indicators like backticks or code blocks or anything. +- You only ouptut the printable portion of the ASCII art. You do not ouptut the non-printable characters. + - Ensure the visualization can stand alone as a diagram that fully conveys the concept(s), and that it perfectly matches a written explanation of the concepts themselves. Start over if it can't. - Ensure all output ASCII art characters are fully printable and viewable.