1
0
mirror of https://github.com/avinal/avinal.github.io.git synced 2026-07-04 15:50:08 +05:30

add line numbers for code blocks

Signed-off-by: Avinal Kumar <avinal.xlvii@gmail.com>
This commit is contained in:
2023-04-02 14:18:38 +05:30
parent 05e332c727
commit b14eadbd6e
6 changed files with 233 additions and 31 deletions
+1 -1
View File
@@ -49,7 +49,7 @@ customElements.define(
},
hideEventTypeDetails: false,
});
console.log("These errors are not produced by the Elm app :)")
console.log("These errors are not produced by the Elm app :)");
}
}
);