Skip to content
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

Example site, mermaid flowchart: font-awesome 'car' icon is not displayed #753

Closed
3 tasks done
deining opened this issue Oct 30, 2022 · 0 comments · Fixed by #755
Closed
3 tasks done

Example site, mermaid flowchart: font-awesome 'car' icon is not displayed #753

deining opened this issue Oct 30, 2022 · 0 comments · Fixed by #755
Labels
bug Something isn't working

Comments

@deining
Copy link
Contributor

deining commented Oct 30, 2022

Prerequisites

Describe the issue

Post about diagrams

Flow chart (ìndex.md, line 59-68):

{{% text/align-center %}}
{{< mermaid >}}
graph TD
    A[Christmas] -->|Get money| B(Go shopping)
    B --> C{Let me think}
    C -->|One| D[Laptop]
    C -->|Two| E[iPhone]
    C -->|Three| F[fa:fa-car Car]
{{< /mermaid >}}
{{% /text/align-center %}}

Inside the flowchart, the font-awesome icon fa:fa-car is used (line 66), but the icon is not rendered/imported.

Steps to reproduce

Visit https://hbs.razonyang.com/v1/en/posts/diagram/ and have a look at the flow chart given in chapter 3.1.

Expected behavior

The icon car should be rendered correctly.

What operating system(s) are you seeing the problem on?

Windows

What browser(s) are you seeing the problem on?

Firefox

What version of theme are you using?

0b7ce25 (master) feature: add support for GLFM math blocks (#752)

What version of Hugo are you using?

0.105.0

What version of Node.js are you using?

16

What version of Git are you using?

2.38.1

@deining deining added the bug Something isn't working label Oct 30, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant