Hi,
Here's a quick snippet of my issue: https://www.loom.com/share/3661f44cb9314cc1aa9b4aa76d3e17b6
Website: https://troopprofilepage.squarespace.com/
Unfortunately, I can not share the website info due to NDA.
Markdown Block Information:
<script type="text/javascript" src="//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
<script>
$(document).ready(function(){
$('.markdown-block .sqs-block-content h3').css('cursor','pointer');
$(".markdown-block .sqs-block-content h3").nextUntil("h3").slideToggle();
$(".markdown-block .sqs-block-content h3").click(function() {$(this).nextUntil("h3").slideToggle();});
});
</script>
Any help would be appreciated!