From dd4459f813dcd569afd495c96f07b54065b1d9f8 Mon Sep 17 00:00:00 2001 From: Kanisorn Sutham Date: Sun, 31 Jul 2022 21:08:27 +0300 Subject: [PATCH] doc: add font-awesome version warning message --- docs/flowchart.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/flowchart.md b/docs/flowchart.md index 30b3e0858..dfa9a1af6 100644 --- a/docs/flowchart.md +++ b/docs/flowchart.md @@ -618,6 +618,8 @@ flowchart TD B-->E(A fa:fa-camera-retro perhaps?) ``` +?> Mermaid is now only compatible with Font Awesome versions 4 and 5. Check that you are using the correct version of Font Awesome. + ## Graph declarations with spaces between vertices and link and without semicolon