引用された internal links の aria-expanded をデフォルト true にする方法?

There may be a better solution and we should try to avoid jquery, but this should work:

<script>
    $(document).ready(function(){ 
        jQuery(function(){
            jQuery('.quote-toggle').click();
        });
    }) 
</script>
「いいね!」 2