Skip to content

Instantly share code, notes, and snippets.

View thystips's full-sized avatar
🎯
Focusing

Antoine THYS thystips

🎯
Focusing
View GitHub Profile
@mariolopjr
mariolopjr / prism-custom.js
Last active December 30, 2023 23:35
Prism Script for Ghost
// License: MIT
Prism.plugins.autoloader.languages_path = 'https://cdnjs.cloudflare.com/ajax/libs/prism/1.9.0/components/';
Prism.plugins.autoloader.ignored_language = 'none'; // Update to allow arrays...
Prism.plugins.NormalizeWhitespace.setDefaults({
'remove-trailing': true,
'remove-indent': true,
'left-trim': true,
'right-trim': true,
});