Mark John Aguirre
Mark John Aguirre
Hi @hsorby, I'm using your unmerge PR (@hsorby/vue3-katex). Do you know how can we add extensions for this package like mhchem support? I tried adding the cdn as stated here:...
Hi @hsorby, thank you for your response. Unfortunately, it's still not working for me. Here's my plugin btw. I'm using it in Nuxt3. ``` import 'katex/dist/katex.min.css' import VueKatex from '@hsorby/vue3-katex'...
Hi @hsorby, if I do this in my app, it works with ` This is a chemical reaction: ! ` The problem is that I'm rendering HTML data from an...
@HC200ok , I'm experiencing the same. Could you look into this please. I noticed that this css is being applied to the last row of the table.  
getting the same issue
hi @richard-edwards, can you show me how you implemented it in you nuxt.config file please?
> import LogRocket from 'logrocket' > const { user } = useUserStore() > if (process.client) { > // track user in LogRocket > if (user) { > LogRocket.identify(user.id.toString(), { >...