Wednesday, 22 March 2017

testing syntax highligting

    function testSyntaxHighlighting(content) {
        if (
            ```js
            content wrapped 
             ```){
                 content = syntaxHighlighted(content)
                 }
            }

Well what about this?!

Awesome!

What would be even better would be if if it appears properly formatted on Blogger because stackedit pushed the HTML (which it should…).

Let’s Go!