Plugins for Prism.js -> Code Highlighting

I found a solution but it is not the best:

  1. Install the Javascript Init Plugin
  2. Add this Code: setTimeout(function(){ … code from prism plugin … }, 2000);

Now I have clickable links and other stuff in my code blocks :heart_eyes:

1 Like