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

<tag> is not displayed in flow charts #193

Open
ThomasBleijendaal opened this issue Apr 3, 2023 · 0 comments
Open

<tag> is not displayed in flow charts #193

ThomasBleijendaal opened this issue Apr 3, 2023 · 0 comments
Labels

Comments

@ThomasBleijendaal
Copy link

I've noticed some discrepancies between this plugin and how an online viewer handles things like &lt;tag&gt;:

This code:

flowchart TD
    endpoint(["This has a &lt;tag&gt;"]) --> works

should render like:

flowchart TD
    endpoint(["This has a &lt;tag&gt;"]) --> works
Loading

But in this extension this is rendered as

image

@mjbvz mjbvz added the bug label Dec 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants