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
In one of our contributor docs, we have a diagram rendered with Mermaid since GitHub is able to render those in its readmes. A writer currently working on the documentation for functions like applyMatrix also was wondering if we could use something like GitHub readme inline math in documentation.
We don't necessarily need to implement any of these right away, but do you have a sense of what it would take to integrate them in the future?
The text was updated successfully, but these errors were encountered:
The former would likely require a plugin, ideally one that supports server-side rendering (to reduce package size). I don't know how different pintora is from mermaid but I see this pintora plugin for Astro.
In one of our contributor docs, we have a diagram rendered with Mermaid since GitHub is able to render those in its readmes. A writer currently working on the documentation for functions like
applyMatrix
also was wondering if we could use something like GitHub readme inline math in documentation.We don't necessarily need to implement any of these right away, but do you have a sense of what it would take to integrate them in the future?
The text was updated successfully, but these errors were encountered: