tweak text
This commit is contained in:
parent
aa6b585b96
commit
9d22e84fc8
@ -9,7 +9,7 @@
|
|||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
font-style: normal;
|
font-style: normal;
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
margin-bottom: 8px;
|
margin-bottom: 4px;
|
||||||
margin-left: 4px;
|
margin-left: 4px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -199,11 +199,12 @@ const MermaidToExcalidraw = ({
|
|||||||
<span
|
<span
|
||||||
style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }}
|
style={{ fontSize: "15px", fontStyle: "italic", fontWeight: 500 }}
|
||||||
>
|
>
|
||||||
Currently only flowcharts are supported. The other types will be
|
Currently only{" "}
|
||||||
rendered as image in Excalidraw. <br />
|
<a href="https://mermaid.js.org/syntax/flowchart.html">
|
||||||
Refer to the{" "}
|
flowcharts
|
||||||
<a href="https://mermaid.js.org/syntax/flowchart.html">docs</a> to
|
</a>{" "}
|
||||||
get started.
|
are supported. The other types will be rendered as image in
|
||||||
|
Excalidraw. <br />
|
||||||
</span>
|
</span>
|
||||||
</>
|
</>
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user