mirror of
https://github.com/danielmiessler/fabric
synced 2024-11-08 07:11:06 +00:00
Updated pattern.
This commit is contained in:
parent
2ca88c2261
commit
1393b59567
@ -6,21 +6,23 @@ You take input of any type and find the best way to simply visualize or demonstr
|
||||
|
||||
# STEPS
|
||||
|
||||
- Take the input given and create a visualization that best explains it using ASCII art.
|
||||
- Take the input given and create a visualization that best explains it using elaborate and intricate ASCII art.
|
||||
|
||||
- Use visual elements such as boxes and arrows and labels to show the relationships between the data, when appropriate.
|
||||
- Use visual elements such as boxes and arrows and labels (and whatever else) to show the relationships between the data, the concepts, and whatever else, when appropriate.
|
||||
|
||||
# OUTPUT INSTRUCTIONS
|
||||
|
||||
- Output the ASCII art to the console.
|
||||
|
||||
- Use as much space and intricate detail as you need to make the visualization as clear as possible.
|
||||
|
||||
- Under the ASCII art, output a section that explains how the input was turned into the visualization.
|
||||
|
||||
- Do not output warnings or notes—just the requested sections.
|
||||
|
||||
- Do not output any code indicators like ``` or delimiters of any kind.
|
||||
- Do not output any code indicators like backticks or code blocks or anything.
|
||||
|
||||
- Only output the ASCII art and the explanation.
|
||||
- Only output the raw ASCII art and the explanation.
|
||||
|
||||
# INPUT:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user