Skip to content

Instantly share code, notes, and snippets.

@memetican
Last active September 6, 2023 00:16
Show Gist options
  • Save memetican/b27a2d7c9649c379034deed0daf2ce5c to your computer and use it in GitHub Desktop.
Save memetican/b27a2d7c9649c379034deed0daf2ce5c to your computer and use it in GitHub Desktop.
Finsweet
<script>
window.fsAttributes = window.fsAttributes || [];
window.fsAttributes.push([  
'richtext',  
(textInstances) => {  
console.log('richtext Successfully loaded!');      
},  
]);    
</script>
<script>
window.fsAttributes = window.fsAttributes || [];
window.fsAttributes.push([
'toc',
(tableInstances) => {
console.log('toc Successfully loaded!');
},
]);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment