MCPcopy Index your code
hub / github.com/gto76/python-cheatsheet / fixClasses

Function fixClasses

parse.js:834–837  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

832}
833
834function 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
839function fixHighlights() {
840 $(`code:contains(<int> = ±0b<bin>)`).html(BIN_HEX);

Callers 1

highlightCodeFunction · 0.85

Calls 1

$Function · 0.85

Tested by

no test coverage detected