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
The markdown renderer has a small hack when rendering headers that allows the "HEADING_SPAN" environment variable to be passed to replace all anchors with <span> tags with data-attribute properties. I think this hack exists so that anchors can be rendered properly on Construct Hub using the prism-react-renderer component.
Once the Construct Hub has switched to rendering API references directly from API.json files, we can remove this hack.
The text was updated successfully, but these errors were encountered:
This issue is now marked as stale because it hasn't seen activity for a while. Add a comment or it will be closed soon. If you wish to exclude this issue from being marked as stale, add the "backlog" label.
The markdown renderer has a small hack when rendering headers that allows the "HEADING_SPAN" environment variable to be passed to replace all anchors with
<span>
tags withdata-attribute
properties. I think this hack exists so that anchors can be rendered properly on Construct Hub using the prism-react-renderer component.Once the Construct Hub has switched to rendering API references directly from API.json files, we can remove this hack.
The text was updated successfully, but these errors were encountered: