Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
See Teammates issue and reposense issue
Tell us about your environment
Live Deployed version
MarkBind version
3.1.1
What did you do? Describe the bug
After deployment, puml diagrams seem to be missing and have thrown an error.

Steps to reproduce
Unable to reproduce manually on local serve or on manual deployment on a forked branch
Expected behavior
.puml diagrams should display
Actual behavior
No response
Anything else?
Hypothesis: This is related to CI, and building .puml files during CI is the problem. CI may not have graphviz.
Observation: For MarkBind docs puml diagrams, we actually never use the tags within the website. Instead, we have saved the .puml as equivalent .pngs, and displayed the .png instead (see diagrams.md) Found this PR #917 explaining the reason is to avoid installing graphviz.
Graphviz related .puml errors: #1459, and the reposense: #1406 Replace images as PUML diagrams PR leading to #916 which was marked as fixed. Also consider reposense 1427 on the PUML diagrams not rendering
Suggestions? What should we do about this issue?
Please confirm that you have searched existing issues in the repo
Yes, I have searched the existing issues
Any related issues?
See Teammates issue and reposense issue
Tell us about your environment
Live Deployed version
MarkBind version
3.1.1
What did you do? Describe the bug
After deployment, puml diagrams seem to be missing and have thrown an error.

Steps to reproduce
Unable to reproduce manually on local serve or on manual deployment on a forked branch
Expected behavior
.puml diagrams should display
Actual behavior
No response
Anything else?
Hypothesis: This is related to CI, and building .puml files during CI is the problem. CI may not have graphviz.
Observation: For MarkBind docs puml diagrams, we actually never use the tags within the website. Instead, we have saved the .puml as equivalent .pngs, and displayed the .png instead (see
diagrams.md) Found this PR #917 explaining the reason is to avoid installing graphviz.Graphviz related .puml errors: #1459, and the reposense: #1406 Replace images as PUML diagrams PR leading to #916 which was marked as fixed. Also consider reposense 1427 on the PUML diagrams not rendering
Suggestions? What should we do about this issue?