more posts
This commit is contained in:
7
public/js/highlight.js
Normal file
7
public/js/highlight.js
Normal file
@@ -0,0 +1,7 @@
|
||||
// adding this to highlight inline code block
|
||||
$(document).ready(function() {
|
||||
$('p code').each(function(i, inline) {
|
||||
hljs.highlightBlock(inline);
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user