Derek
Derek
## `walkTokens` full example for token position following @calculuschild https://github.com/markedjs/marked/issues/2134#issuecomment-878542797 > You may be able to get something to work with the [`walkTokens` feature](https://marked.js.org/using_pro#walk-tokens) by tracking the sum of the...
Now my question is: how to render extra information from token into html, like _start, _end, shown above . The renderer doesn’t pass the token to rendering functions. so there...
> To get a checkbox change event you can just use JavaScript > > ```js > document.querySelector("input[type=checkbox]").addEventListener("change", () => {...}) > ``` Event is simple. Then, how to know which...
> marked is only meant for converting markdown to html. For anything else you will need other tools. well, I think marked.js is great. More interative things can be done...
great job it will better to see the console message in an integrate panel , just like the plugin did.