Ferite Invisibili | Code Highlighting
79
page-template-default,page,page-id-79,ajax_fade,page_not_loaded,,select-theme-ver-3.7,menu-animation-underline,wpb-js-composer js-comp-ver-6.7.0,vc_responsive

To highlight code block in your post We have included highlight.js. 22 Common languages support by default.

Here is a small example of highlighting. Sample code from Bootstrap.


<div class="btn-group btn-group-justified" role="group" aria-label="...">  
  <div class="btn-group" role="group">
    <button type="button" class="btn btn-default">Left</button>
  </div>
  <div class="btn-group" role="group">
    <button type="button" class="btn btn-default">Middle</button>
  </div>
  <div class="btn-group" role="group">
    <button type="button" class="btn btn-default">Right</button>
  </div>
</div>