We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent be00823 commit bb8449bCopy full SHA for bb8449b
1 file changed
blog/ascii.md
@@ -59,6 +59,11 @@ some post-processing to further compact it.
59
- Sometimes the downscaling results in a box with uneven spacing, e.g. a rectangle with
60
width 5 and the label is 2 chars. Due to discrete coordinate space in ASCII renders, some
61
outputs may look less even than their SVG counterparts.
62
+- Certain things just can't render
63
+ - Special text, e.g. Markdown, Latex, Code
64
+ - Images and icons
65
+ - Right now these aren't special-handled -- whether removing them from the diagram or
66
+using some placeholder is the right choice is tbd.
67
- Not all shapes are supported
68
- Here's what all the shapes render as in ASCII. Some of these, like cloud and circle,
69
have curves that don't translate well to ASCII. We render these as a rectangle and add
0 commit comments