vscode-mermaid-editor
vscode-mermaid-editor copied to clipboard
Fontawesome icons not there when generating image
Describe the bug If you try to use a fontawesome icon like fa:fa-phone, it's displayed in the preview but disappear from generated image.
To Reproduce Steps to reproduce the behavior:
- Create a test.mmd in vscode.
graph LR
test[fa:fa-phone <- Phone]
- See that preview display the phone icon
- Generate image and see that phone icon is missing.
Expected behavior Fontawesome icons should be generated as well.
Screenshots
Desktop (please complete the following information):
- OS: Win 10 20 H2
- VSCode version 1.55.2
- Extension version 0.11