-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
Even simplest Mermaid Diagram is not working on hosted getoutline.com #9264
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
Comments
There aren't wider issues with this right now, I'd check in your console for errors and if any extension might be blocking the functionality |
As I noted - I am using hosted service at getoutline.com - where and how can I get console messages when using hosted site?
…________________________________
From: Tom Moor ***@***.***>
Sent: Tuesday, May 20, 2025 3:00:05 PM
To: outline/outline ***@***.***>
Cc: Avi Bathula ***@***.***>; Author ***@***.***>
Subject: Re: [outline/outline] Even simplest Mermaid Diagram is not working on hosted getoutline.com (Issue #9264)
[https://avatars.githubusercontent.com/u/380914?s=20&v=4]tommoor left a comment (outline/outline#9264)<#9264 (comment)>
There aren't wider issues with this right now, I'd check in your console for errors and if any extension might be blocking the functionality
—
Reply to this email directly, view it on GitHub<#9264 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/ABKCM63QI4BVW3O4JINA7OT27OQWLAVCNFSM6AAAAAB5RPANQWVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDQOJVHEZDQNBQGY>.
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
LOL ... I didnt realize you were mentioning about browser console. I tried it and there were no errors showing in the console. See attached screen capture. 2025-05-20_17-26-19.mp4 |
Strange, next best guess would be a browser extension then. Are you able to view the diagram in the docs? |
Any update? |
Afraid not, I cannot reproduce and there have been no other reports. Is it deleted or just hidden? |
Wow - I didn't expect it - but YES - the diagram appear in HTML export.. It actually has many of them as I have tried it so many times and all of them showed up in HTML export. |
So they are just hidden in the doc, perhaps you can see which css is hiding them in the developer console and share a screenshot of that. You can also try a different browser as this is likely a browser extension or ad blocker of some sort hiding the content. |
Uh oh!
There was an error while loading. Please reload this page.
Is there an existing issue for this?
This is not related to configuring Outline
Current Behavior
I am new user of outline and created a new document and added a mermaid block of code
graph TD
A --> B;
B --> C;
C --> A;
which should show like
But on getoutline.com, as soon I set the block to mermaid and click anywhere else in doc, the clode block is vanishing.
Expected Behavior
Mermaid based code block shows as it is showing above.
Steps To Reproduce
2025-05-20_13-37-30.mp4
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: