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

Markdown inside of node text is not rendering #89

Closed
tarik-kafein opened this issue Sep 13, 2023 · 2 comments
Closed

Markdown inside of node text is not rendering #89

tarik-kafein opened this issue Sep 13, 2023 · 2 comments
Labels
info needed Further information is requested stale No news, closing

Comments

@tarik-kafein
Copy link

Hi,

When markdown is used inside a node text it generates perfectly on mermaid.live editor but not in mkdocs with this plugin installed.
I tried with giving the latest verison as version: 10.4.0

Below you can see an example to test it. The text inside nodeC gets rendered as is an not with markdown.

graph LR
    nodeA{nodeA} --> nodeB[nodeB]
    nodeB --> nodeC("`**nodeC**`")

I also added the following to mkdocs.yml markdown_extensions

- pymdownx.superfences:
      custom_fences:
        - name: mermaid
          class: mermaid
          format: !!python/name:mermaid2.fence_mermaid_custom

Can you help me please?

@github-actions
Copy link

Thank you for your contribution! This is very appreciated.

@fralau
Copy link
Owner

fralau commented Sep 25, 2023

The best advice is to follow the steps in that case. Let me know the results?

@fralau fralau added the info needed Further information is requested label Sep 25, 2023
@fralau fralau added the stale No news, closing label Apr 4, 2024
@fralau fralau closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
info needed Further information is requested stale No news, closing
Projects
None yet
Development

No branches or pull requests

2 participants