Jean-Francois Cere
Jean-Francois Cere
Hi @kundan-kumar1993, Sorry for the delay, I took some time yesterday to look at it and so far it is not working but here is what I discovered along the...
For anybody who would end up here, the latest versions of JQuery breaks the scrollbar and there has been no action taken by the original owner of malihu-custom-scrollbar-plugin](https://github.com/malihu/malihu-custom-scrollbar-plugin)😞 This is...
This is something I am considering but as it is a breaking change, it will require to wait for the next major release planned for Angular 15.
It is a breaking change because it means that anybody who update the library would need to do manual changes to add dependencies to their package.json because they would no...
Thanks for the PR, I moved all dependencies to peer dependencies in a beta version that is only available if manually updated in anticipation of the next major version that...
Found a way to make the modal sheet scrollable no matter on what breakpoint by reverse engineering the CSS that is applied by the `scroll-y` class that is added on...
As per ngx-markdown [v17.0.0](https://github.com/jfcere/ngx-markdown/releases/tag/v17.0.0) the marked dependency is imported using ECMAScript Modules and won't trigger this warning anymore.
Since ngx-markdown [v17.0.0](https://github.com/jfcere/ngx-markdown/releases/tag/v17.0.0) the `tokenizer` is available through `MarkedOptions`,
Closing as this is old and, as per the conversation, I don't feel there is much that can be done since this is the way markdown parsers are handling non-breaking...
Now that the library supports marked extensions, you can create your own extension to render markdown to specific HTML. See documentation here: https://github.com/jfcere/ngx-markdown?tab=readme-ov-file#marked-extensions