Files
hugo_it-services/themes/congo/assets/js/rtl.js
T
2025-02-20 08:28:31 -05:00

4 lines
154 B
JavaScript

window.addEventListener("DOMContentLoaded", (event) => {
document.querySelectorAll("pre, .highlight-wrapper").forEach((tag) => (tag.dir = "auto"));
});