I have problems using marked in my React app project. I have included this https://unpkg.com/marked/marked.min.js
in JS settings but it throws an error upon this line preview: marked(markedInput)
. How do I solve this error or do I have to include import code in my JS file?
This topic was automatically closed 182 days after the last reply. New replies are no longer allowed.