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

Support HTML in Markdown strings. #246

Open
RokeJulianLockhart opened this issue Mar 1, 2024 · 3 comments
Open

Support HTML in Markdown strings. #246

RokeJulianLockhart opened this issue Mar 1, 2024 · 3 comments

Comments

@RokeJulianLockhart
Copy link

Per https://github.com/orgs/mermaid-js/discussions/5329#discussioncomment-8646264, this should be possible, yet all I see is “Unsupported Markdown: [code, break, etc.]”.

@mjbvz
Copy link
Owner

mjbvz commented Jun 18, 2024

Please share the source text of example diagram that demonstrates the issue

@RokeJulianLockhart
Copy link
Author

#246 (comment)

@mjbvz, I did provide an example in the linked issues, but I understand you not wanting to trawl through them:

```mermaid
flowchart TD
    test["`*test*<br>`"]
```

which renders as

image

in code-insiders-1.91.0-1718700915.el8.rpm.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants