필요하다면 @xiasummer 를 위한 이런 해킹식 CSS 수정안이 있습니다:
불릿 표시
.cooked ol ul li.has-checkbox {
margin-left: 1em;
list-style-type: initial;
.list-item-checkbox {
left: 0;
position: relative;
}
}
불릿 숨기기:
.cooked ol ul li.has-checkbox {
margin-left: 1em;
}

