Numbered Lists Do Not Render Under Checkboxes

It looks like it is this margin here:

You could try something like this to tighten it up:

.markdown-rendered  ul.has-list-bullet {
    margin-bottom: 3px;
}