mirror of
https://github.com/avinal/avinal.github.io.git
synced 2026-07-04 07:40:09 +05:30
add new blog
This commit is contained in:
@@ -52,7 +52,9 @@ customElements.define(
|
||||
}
|
||||
function highlightElement(element) {
|
||||
var language = Prism.util.getLanguage(element);
|
||||
|
||||
if (language == "bash") {
|
||||
return;
|
||||
}
|
||||
var grammar = Prism.languages[language];
|
||||
|
||||
var parent = element.parentElement;
|
||||
|
||||
Reference in New Issue
Block a user