Request to support formatted text (e.g., lists, links) from Figma text areas, as this information is currently stripped from the response. Suggests converting text to Markdown to preserve formatting without excessive payload size.
In Figma, we can add formatted text inside text areas—e.g. ordered and unordered lists, links, etc. Currently, all this information is stripped out of the response, and text is returned simply, at most with line break information included. I feel like converting the text to markdown could cover a lot of Figma's text formatting features without blowing up the payload size. If we find that markdown formatting is sufficient to cover all Figma's text formatting, we might be able to expand our flavor of Markdown to include references to styles, thus providing a good avenue for supporting the related feature in #140.