-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
font awesome in link text? #546
Comments
For me it's working. Be sure to include the css fontawesome AND the fonts itself. Make sure fonts/ directory is ../ relative to css/font-awesome.min.css |
Or you can make custom CSS directly into your node and use usual HTML for that. Currently not only I can use font awesome with that technique, but also embed images and even Angular 2 code into the nodes |
@trichetriche Would it be possible to share how are dealing with inserting Angular 2 code into the nodes? |
Personally I created window functions and deleted them on component destruction. Works like a charm for me ! |
Pleas read https://mermaidjs.github.io/breakingChanges.html now you don't need mermaid CSS file any more. Please read https://mermaidjs.github.io/faq.html How to specify custom CSS file? |
Is this supposed to work? OP's example in the live editor doesn't:
|
Having the same problem. |
Bumps [mermaid](https://github.com/knsv/mermaid) from 8.13.5 to 8.13.6. - [Release notes](https://github.com/knsv/mermaid/releases) - [Changelog](https://github.com/mermaid-js/mermaid/blob/develop/docs/CHANGELOG.md) - [Commits](mermaid-js/mermaid@8.13.5...8.13.6) --- updated-dependencies: - dependency-name: mermaid dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Is there any way to use font awesome in link text?
A-->|"fa:fa-envelope"| B
not working
The text was updated successfully, but these errors were encountered: