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
I am wondering whether it is possible to add Katex support.
After some research, I found out it may be done through changing the marker renderer markedjs/marked#1538 (comment).
Now I am stuck on finding a katex binding on deno for translating const katex = require('katex').
I am not familiar with deno. Any help will be appreciated :)
The text was updated successfully, but these errors were encountered:
This is an awesome project!
I am wondering whether it is possible to add Katex support.
After some research, I found out it may be done through changing the
marker
renderer markedjs/marked#1538 (comment).Now I am stuck on finding a katex binding on deno for translating
const katex = require('katex')
.I am not familiar with deno. Any help will be appreciated :)
The text was updated successfully, but these errors were encountered: