You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I want to be able to copy and paste a index.md file from a GitHub repo where it renders with MermaidJS just fine, and have it render effectively the same diagram after being rendered on GH Pages.
The current build system actively corrupts Mermaid rendered files and makes them impossible to render as expected.
The fact that safe=true is hard coded means we cant add a plugin that would support this to the default pipeline without githubs help.
I'm trying to support efforts for the blind to be able to more easily communicate visual ideas to the sighted and this support is critical to allow that using MermaidJS. I am formally asking for all reasonable accommodation from GitHub and developers to support this goal.
The text was updated successfully, but these errors were encountered:
@duaneking It seems unlikely [to me] that this will get added into the implicit GitHub Pages builds as that configuration has rarely changed in any meaningful way.
However, we have recently done a beta release adding the ability to customize your Pages deployments completely if you're willing to use GitHub Actions as your build-and-deployment mechanism with a custom workflow rather than relying on the implicit GitHub Pages functionality.
I want to be able to copy and paste a index.md file from a GitHub repo where it renders with MermaidJS just fine, and have it render effectively the same diagram after being rendered on GH Pages.
The current build system actively corrupts Mermaid rendered files and makes them impossible to render as expected.
The fact that safe=true is hard coded means we cant add a plugin that would support this to the default pipeline without githubs help.
I'm trying to support efforts for the blind to be able to more easily communicate visual ideas to the sighted and this support is critical to allow that using MermaidJS. I am formally asking for all reasonable accommodation from GitHub and developers to support this goal.
The text was updated successfully, but these errors were encountered: