Jean-Francois Cere

Results 79 comments of Jean-Francois Cere

I've submitted the PR to add the definitelytyped file and it has been merged into master: https://github.com/DefinitelyTyped/DefinitelyTyped/pull/20389 Issue can be closed.

Hi @GRex-work, Could you provide a reproduction example of the problem and how you worked around it? You can fork this [StackBlitz](https://stackblitz.com/edit/ngx-markdown) as a startup point if you want otherwise...

Hi @srijithchandran, This isn't possible right now, even if you play with the [renderer](https://github.com/jfcere/ngx-markdown#renderer) the library won't process Angular bindings. I believe this is something that Ivy compilation (that will...

Hi @gonzalo-roberto-diaz This is not such a big deal as the size of marked with gzip is ~11kB which is quite small. ![image](https://user-images.githubusercontent.com/6987084/98493256-0130f300-2208-11eb-8b8c-43f21a1e7c06.png)

Hi @JanEggers, I know its been a while you submitted the PR, I should be able to take a look soon, just have a lot to deal with lately.

Hi @Ryu2u, This seems like a problem related to your project configuration. Can you provide a reproduction example?

Hi @KautskyLozanoV, `tokenizer` is not currently exposed by ngx-markdown as it is not part of `MarkedOptions`. This would definitively be a good addition so I'll tag this as enhancement and...

Closing for inactivity, please make sure you use a version of ngx-markdown that is compatible with the version of Angular that your project is using. | Angular | ngx-markdown |...

Hi @cenguidanos, Sorry for the delay, I was on vacation! The `MarkdownService` already have a `decodeHtml` method that should fix the issue, I'll see if this solves the problem... I'll...

The Katex [Auto-render extension](https://katex.org/docs/autorender.html) has been integrated to improve math expression rendering. This also provides a new set of options such as the ability to customize math expression delimiters, a...