{"key":"codebox","name":"Codebox","instructions":"This uses highlight js to display code snippets nicely. Put code in between  codebox generico tags. You might find putting code and generico tags inside <pre> tags works well. Codebox can optionally prevent them being copied from browser. Set the language variable to one of css, html, php or javascript.","requirecss":"//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/styles/default.min.css","requirejs":"//cdnjs.cloudflare.com/ajax/libs/highlight.js/11.6.0/highlight.min.js","shim":"hljs","defaults":"language=html|css|php|javascript,allow_copy=true|false","amd":"1","body":"<code id=\"@@AUTOID@@\" class=\"@@language@@\">","bodyend":"</code>","script":"$('#' + @@AUTOID@@).each(function(i, block) {\n hljs.highlightElement(block);\n $(block).bind('copy paste cut', function (e) {\n      if(@@allow_copy@@=='false'){\n         e.preventDefault(); //disable cut,copy,paste\n         return false;\n      }\n  });//end of bind \n});//end of each","style":"code.css{\n background-color: aliceblue;\n}\ncode.html{\n background-color: antiquewhite;\n}\ncode.php{\n background-color: lavender;\n}\ncode.javascript{\n background-color: khaki;\n}","dataset":"","datasetvars":"","alternate":"","alternateend":"","version":"1.0.2"}