-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
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
using mermaid with laravel #185
Comments
The problem comes when trying to close the css rules it seems. Try ex: On Fri, Jul 10, 2015 at 1:33 AM, barttt notifications@github.com wrote:
|
THank you for the quick reply. [/code] This is trying to work, but it seems that something is interfering with the process. |
Oops did not mean to close this issue.. |
Hi Knut- Thanks for any help Bart Thompson Alpha Research & TechnologyFrom: Knut Sveidqvist [mailto:notifications@github.com] The problem comes when trying to close the css rules it seems. Try ex: On Fri, Jul 10, 2015 at 1:33 AM, barttt notifications@github.com wrote:
— WARNING – This email may contain Privileged, Proprietary and/or Competition-Sensitive Data, intended for the sole use of the intended recipient of this email. This communication may also contain data subject to U.S. export laws, and which may not be releasable to Foreign Persons unless authorized by 22 CFR 120-130 or 15.CFR 730-774. If so, that data may also be subject to the International Traffic in Arms Regulation and cannot be disseminated, distributed or copied to foreign nationals, residing in the U.S. or abroad, absent the express prior approval of the U.S. Department of State. If you are not the intended recipient of this email, or have received this email in error, please notify the sender by reply e-mail and destroy the e-mail message and any physical copies made of the communication. If you are not the intended recipient, dissemination, distribution or copying of this communication may be strictly prohibited by other applicable laws. Thank you. |
I found that I was not including the mermaid.css file. That solved the rendering issue. |
…yarn/develop/tailwindcss-2.1.4 Bump tailwindcss from 2.1.2 to 2.1.4
Not sure how to address this problem
I am trying to use mermaid with a laravel view page. It seems to be trying to work but I cannot get rid of an error that causes the rendering to fail. I used bower to install mermaid and use this div:
graph TD;
sq[Square shape]-->di{Diamond};
di-->A;
C-->di;
A-->C;
B-->C;
C-->ro2(Rounded square shape);
The stack looks like this:
[105]</module.exports.cloneCssStyles()mermaid.js (line 32075)
[104]</</render(id="mermaidChart0", txt="graph TD; \n sq[Squar...(Rounded square shape);", cb=function(svgCode), container=div.mermaid)mermaid.js (line 31907)
[104]</</exports.render(id="mermaidChart0", text="graph TD; \n sq[Squar...(Rounded square shape);", cb=function(svgCode), containerElement=div.mermaid)mermaid.js (line 31959)
[103]</</init()mermaid.js (line 31635)
[103]</</global.mermaid.init(sequenceConfig=undefined, nodes=undefined)mermaid.js (line 31670)
[103]</</exports.contentLoaded()mermaid.js (line 31712)
[103]</</<()mermaid.js (line 31732)
And the error reads "rule is undefined" on the line in question.
Can anyone help me out with a solution?
Thanks
The text was updated successfully, but these errors were encountered: