This is a very simple WordPress plugin for embed Prism Syntax Highligher for blog posts and pages.
Just turn on the plugin and its embed Prism automatically from cdnjs. Embed code as you see its documentation.
<pre><code class="language-js">function test() {
console.log('test');
}
</code></pre>
Perhaps.