ngx-md icon indicating copy to clipboard operation
ngx-md copied to clipboard

Angular(ngx) directive for parsing markdown content in your web application.

Results 37 ngx-md issues
Sort by recently updated
recently updated
newest added

Like this: http://waylonflinn.github.io/markdown-it-katex/ ![image](https://user-images.githubusercontent.com/8615314/41197404-b3254918-6c33-11e8-899f-df96dff039bf.png)

feature

What is the easiest way to put LaTeX formulas in rendered HTML? Attaching `https://github.com/garciparedes/ng-katex` and using `` OR Mathjax scripts right inside Markdown is OK.

Ngx-md imports the HttpClientModule [internally](https://github.com/dimpu/ngx-md/blob/3f0ba13e06f72e832f51921aa27f148a8589b006/projects/ngx-md/src/lib/ngx-md.module.ts#L8). However, this will overwrite existing application interceptors, such as the XSRFInterceptor, which can cause module wide misbehaviour. For a similar issue in another module, please...

> Angular is running in the development mode. Call enableProdMode() to enable the production mode. > core.js:10595 WARNING: sanitizing HTML stripped some content (see http://g.co/ng/security#xss). **version: "ngx-md": "^7.0.0",** This happens...

It looks like the name of the error @Output is actually typoed as `errror`, with three Rs in a row. In the handleError function, it is trying to reference `this.error.emit`,...

Hi, When you use [sanitizeHtml]="false", the javascript is declared unsafe. See https://stackblitz.com/edit/ngx-md-exmaple-cgwjwk Reason: In ngx-md.component.ts, 'set data' call onDataChange which use this.sanitizeHtml. But, sanitizeHtml is not initialized (when you use...

We have a data driven application. We receive the markdown in the data from the back-end, however we need to trigger a post call when clicked on the link coming...

Hi, If you register to the error or loaded event those are never triggered Cheers

not sure if this would over complicate things but here goes: look at the plunker code refered to here: [Question about dynamic elements](https://github.com/dimpu/angular2-markdown/issues/80) and make an optional attribute / directive...

question