How to properly reference css/js in a code snippet?
I've used
<link type="text/css" rel="stylesheet" href="/example.css"/>
<script type="text/javascript" src="/example.js"></script>
at the beginning of the code snippet. Am i missing something? The script and css aren't passing through. Thank you