mirror of
https://github.com/notion-enhancer/notion-enhancer.git
synced 2025-04-19 19:19: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) {
|
if (lines > 1) {
|
||||||
block.children[0].classList.add('numbered');
|
block.children[0].classList.add('code-numbered');
|
||||||
numbers.innerText = Array.from(
|
numbers.innerText = Array.from(
|
||||||
Array(lines),
|
Array(lines),
|
||||||
(e, i) => i + 1
|
(e, i) => i + 1
|
||||||
|
Loading…
Reference in New Issue
Block a user