Tim Godin

Results 1 comments of Tim Godin

> Workaround: > > ```ts > const snarkdownEnhanced = (md: string) => { > const htmls = md > .split(/(?:\r?\n){2,}/) > .map(l => > [' ', '\t', '#', '-', '*'].some(ch...