Change pre code css in markdown

This commit is contained in:
cuom1999 2024-01-18 19:46:41 -06:00
parent d75a498d18
commit aef795b40c
24 changed files with 200 additions and 397 deletions

View file

@ -113,6 +113,7 @@
$('#chat-box').scrollTop($('#chat-box')[0].scrollHeight);
register_time($('.time-with-rel'));
MathJax.typeset();
populateCopyButton();
merge_authors();
}
@ -167,6 +168,7 @@
add_new_message(message, room, true);
}
MathJax.typeset();
populateCopyButton();
register_time($('.time-with-rel'));
remove_unread_current_user();
merge_authors();