This will give us the ability to add plugins like: - https://prismjs.com/plugins/copy-to-clipboard/ (Fast way to copy a config sample) - https://prismjs.com/plugins/line-numbers/ (Just nice to have) - https://prismjs.com/plugins/line-highlight/ (To highlight something important) - https://prismjs.com/plugins/show-invisibles/ (important for https://unibeautify.com/docs/option-remove-trailing-whitespace) - https://prismjs.com/plugins/jsonp-highlight/ (Nice to link to a file in a repo) - https://prismjs.com/plugins/remove-initial-line-feed/ (If accidentally added) - https://prismjs.com/plugins/command-line/ (useful for the CLI later) - https://prismjs.com/plugins/unescaped-markup/ (Nice for HTML)
This will give us the ability to add plugins like: