()
| 832 | } |
| 833 | |
| 834 | function fixClasses() { |
| 835 | // Changes class="hljs-keyword" to class="hljs-title" of 'class' keyword. |
| 836 | $('.hljs-class').filter(':contains(class \')').find(':first-child').removeClass('hljs-keyword').addClass('hljs-title') |
| 837 | } |
| 838 | |
| 839 | function fixHighlights() { |
| 840 | $(`code:contains(<int> = ±0b<bin>)`).html(BIN_HEX); |