Merge branch 'develop' into next

* develop:
  Lint
  Remove echo
  RefTest
  Echo event
  Update cypress
  Fix applitools
This commit is contained in:
Sidharth Vinod
2024-01-24 00:47:31 +05:30
4 changed files with 174 additions and 341 deletions

View File

@@ -775,12 +775,13 @@ flowchart TD
B-->E(A fa:fa-camera-retro perhaps?)
```
Mermaid supports Font Awesome if the CSS is included on the website.
Mermaid does not have any restriction on the version of Font Awesome that can be used.
Mermaid supports Font Awesome if the CSS is included on the website.
Mermaid does not have any restriction on the version of Font Awesome that can be used.
Please refer the [Official Font Awesome Documentation](https://fontawesome.com/start) on how to include it in your website.
Adding this snippet in the `<head>` would add support for Font Awesome v6.5.1
```html
<link
href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css"