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
fix(front): wait for markdown before rendering it (#387)
## 📝 Description
Right now, the mermaid charts are being initialized on the page load.
This can cause issues(charts not getting rendered) when the DOM is not
yet ready.
This PR fixes this issue.
## ✅ Checklist
- [x] I have tested this change
- [ ] This change requires documentation update
0 commit comments