-
-
Notifications
You must be signed in to change notification settings - Fork 6.6k
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
Question marks don't render properly with /dist/mermaid.full.min.js #30
Comments
Thanks for pointing this out. Can see that this is still the old version. Working on automizing the release management to avoid these kind of problems. |
Turns out that the correct file was committed and tagged. The dev/testing url works: https://rawgit.com/knsv/mermaid/master/dist/mermaid.full.min.js but the production url has not been updated: must be some issue with cdn service. |
Thanks for looking into this. Mermaid is really cool!
Does this mean that if you're using RawGit, you can only use one specific GitHub URL once for the CDN version because it won't ever update after that? Does this mean the owner of the GitHub repo have to use a new folder structure / Github URL every time they want to update the production URL on RawGit? |
I surely hope not. They do have a disclaimer on the rawgit page:
Lets check after next commit and see if it gets updated. This link based on the tag seems updated though: Another advantage with that is that it will not point to unrelased stuff. |
Closing this one. Re-open if you disagree. |
Not at all. Thanks for looking into it. |
Bumps [start-server-and-test](https://github.com/bahmutov/start-server-and-test) from 1.12.6 to 1.13.0. - [Release notes](https://github.com/bahmutov/start-server-and-test/releases) - [Commits](bahmutov/start-server-and-test@v1.12.6...v1.13.0) --- updated-dependencies: - dependency-name: start-server-and-test dependency-type: direct:development update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Given the below code (includes special character
?
in the rhombus/decision node,{}
):Graph will render properly using:
But not:
Was the patch applied in below commit not propagated to the minified source?
dabedb3
Working example:
http://jsbin.com/sohezirijo/2/edit
Non working (minified distribution):
http://jsbin.com/tivukogufi/2/edit
The text was updated successfully, but these errors were encountered: