asd-a

Results 3 comments of asd-a

Is there any progress on this issue? I just know we can add `` for `[ ]`, add `` for `[x]` but i am not smart enough to write a...

``` function remarkabletasklist(md,options){ function rendertasklist(checked){ if(checked){return '';} return ''; } function parsetasklist(state){ var pos = state.pos; var maxpos = state.posMax; if(pos === maxpos){return false;} if(state.src.charCodeAt(pos) !== 91){return false;} ++pos; if(state.src.charCodeAt(pos)...