allow mermaid syntax and export in preview

This commit is contained in:
Aakansha Doshi 2023-08-21 20:52:01 +05:30
parent c5514974b7
commit fec984895e
5 changed files with 116 additions and 26 deletions

View file

@ -159,7 +159,7 @@ export type ExcalidrawElementSkeleton =
} & Partial<ExcalidrawImageElement>);
const DEFAULT_LINEAR_ELEMENT_PROPS = {
width: 300,
width: 100,
height: 0,
};