Asdro Huang
Asdro Huang
同求
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)...
it might need a user-friendly error reports, thanks for helping me
similar problem with `zdharma-continuum/fast-syntax-highlighting`. It even disable the highlighting when I have canceled the searching, but input any key would restore
> That would break lists in automatically sized containers. Can we use `width` as a parameter of `list` to meet the both?