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
Currently, any JS needed to handle our markdown components is all inline on the website (i.e. <script> tags). It would make for smaller web pages if this could be offloaded to imported scripts.
Ref: #8132 (comment)
Currently, any JS needed to handle our markdown components is all inline on the website (i.e.
<script>tags). It would make for smaller web pages if this could be offloaded to imported scripts.