mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 11:09:03 +00:00
Update mod.js
Changed class name from numbered to code-numbered
This commit is contained in:
parent
e2683a5153
commit
a114eae350
@ -74,7 +74,7 @@ module.exports = {
|
||||
);
|
||||
|
||||
if (lines > 1) {
|
||||
block.children[0].classList.add('numbered');
|
||||
block.children[0].classList.add('code-numbered');
|
||||
numbers.innerText = Array.from(
|
||||
Array(lines),
|
||||
(e, i) => i + 1
|
||||
|
Loading…
Reference in New Issue
Block a user