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 have found a temporary solution, I do not know if this is the best way to handle this but I will post it for now.
Inside nuxt.config
markdownit: {runtime: true}
Then inside your page or component.
created(){this.$md.disable('image')}
Feel free to close this issue if this is the expected way to solve per page configuration. Also if required, I would be happy to make a PR to add this to the documentation.
Is there an easy way to specify configuration on a per page level, rather than project wide?
As an example I wish to allow images on one page, but disallow them on another.
A similar idea to what was mentioned here
#7 (comment)
The text was updated successfully, but these errors were encountered: