From 21a804a4e56c12e339accc6e8c34a36b2ca1934d Mon Sep 17 00:00:00 2001 From: Aakansha Doshi Date: Tue, 29 Aug 2023 21:36:13 +0530 Subject: [PATCH] add a note in dialog --- src/components/MermaidToExcalidraw.tsx | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/src/components/MermaidToExcalidraw.tsx b/src/components/MermaidToExcalidraw.tsx index 954103e40..0c62fa73b 100644 --- a/src/components/MermaidToExcalidraw.tsx +++ b/src/components/MermaidToExcalidraw.tsx @@ -149,7 +149,20 @@ const MermaidToExcalidraw = ({ }; return ( - + +

Mermaid to Excalidraw

+ + Currently only flowcharts are supported. The other types would be + rendered as image in Excalidraw + + + } + >