Mehdi Lahlou

Results 18 comments of Mehdi Lahlou

I just updated the pull request.

I followed your approach to try to use official syntax, then compensate for the shortcomings of `@otris/jsdoc-tsd` by doing replacements with `gulp-replace`. There's also a change in the order of...

What is your opinion about this ?

bumping, just want you know if you find this interesting, and if i should start a PR in hope it will be merged.

Ok, i'll try to do an outline next week. Thanks

Thank you! i'll try to create the adapter in my spare time. There's a lot of resources to help in the relevant 0.3 PRs.

It probably comes from [this line](https://github.com/medfreeman/markdown-it-toc-and-anchor/blob/981377654bfa8b5ee204ab9598073fa13fa6c972/src/index.js#L3), that imports `Token` from `markdown-it`, which probably causes importing `markdown-it` twice. If you troubleshotted this in the meantime, i'll be happy to know what...

Hi, sure. What is your current code ? What errors do you get ? Did you try the example [here](https://github.com/markdown-it/markdown-it#simple) (look for the browser example) ?

After studying the question, it seems that the idea to use a markdown representation for these kind of *broken* unordered lists was a bad idea after all. Conflicts with fenced...

Hi, i'm not sure that's an issue, that's how this plugin has been designed right from the start. If you need i could add a 'wrap' option or something like...