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
Solutions like Mermaid.js render diagrams on the client-side. Sometimes users can see the original code of the diagram for a brief moment before it is rendered. This shifts the contents on the page and can be confusing. Pre-rendering diagrams at build time would solve this. This would also prevent having to load extra Javascript on the client side.
Tip
Subscribe to this issue to get notified when the status of this item changes, or this functionality becomes available.
Description
Solutions like Mermaid.js render diagrams on the client-side. Sometimes users can see the original code of the diagram for a brief moment before it is rendered. This shifts the contents on the page and can be confusing. Pre-rendering diagrams at build time would solve this. This would also prevent having to load extra Javascript on the client side.
Tip
Subscribe to this issue to get notified when the status of this item changes, or this functionality becomes available.