()
| 129 | } |
| 130 | |
| 131 | function initHighlighting() { |
| 132 | $('pre code').each(function (i, block) { |
| 133 | hljs.highlightBlock(block); |
| 134 | }); |
| 135 | hljs.initLineNumbersOnLoad(); |
| 136 | } |
| 137 | |
| 138 | function initLinkWithImage(){ |
| 139 | $(".markdown-body a img").each(function(){ |