Initial commit.
This commit is contained in:
3
themes/blowfish/assets/js/rtl.js
Normal file
3
themes/blowfish/assets/js/rtl.js
Normal file
@@ -0,0 +1,3 @@
|
||||
window.addEventListener("DOMContentLoaded", (event) => {
|
||||
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
|
||||
});
|
Reference in New Issue
Block a user