Fix markdown todo items shifted to the left and remove the dots

This commit is contained in:
Faisal Amir 2023-11-22 22:25:02 +07:00
parent 5a9e39e68e
commit 62083c28f2

View File

@ -113,3 +113,7 @@
.table-of-contents {
font-size: 14px;
}
.task-list-item {
list-style: none;
}