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
{{ message }}
This repository was archived by the owner on Nov 3, 2024. It is now read-only.
How can I handle errors which are throwing to console by katex itself? I want to show this error messages in my vue component directly to users.
Example:
To render latex I am using: <div v-katex:auto="{options}" :key="item.text">.... </div>