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
However, I've read on Docsy docs that to use Goldmark, I'll have to set the unsafe property to true: unsafe = true.
Doing that will allow someone to add HTML code into our markdown files, which can cause a security issue. However, if we don't turn the unsafe on, the content/en/_index.html page won't render.
So, I'd like to ask you if there's a way to make the content/en/_index.html renders correctly having unsafe = false, and if not, are you're planning a fix for that?