Closed mil-ad closed 2 years ago
oops! my bad - this turns out to be caused by my CSS:
ol {
li {
display: block;
}
counter-reset: item;
li::before {
font-weight: bold;
content: counter(item) ". ";
counter-increment: item;
color: $enumerate-color;
position: absolute;
left: -1.3em;
}
}
Although I'm not sure how to fix it 😢
marp markdown generates numbered lists starting from 1 and doesn't seem to support the
start
attr supported in CommonMarkdown/markdown-it. Is this a bug?e.g.
generates