I am working with the JIRA application, using ReactJS for the frontend. I need to convert wiki markup to HTML. I attempted to use the JIRA REST API (rest/api/1.0/render
) with the AP.request
method, but I’m encountering a 403 error, which prevents me from accessing the API.
Is there a way to convert wiki markup text to HTML directly from the frontend?
Thanks!