UNPKG

ngx-markdown

Version:

Angular library that uses marked to parse markdown to html combined with Prism.js for synthax highlights

4 lines (3 loc) 163 B
import { InjectionToken } from '@angular/core'; import { MarkedExtension } from 'marked'; export declare const MARKED_EXTENSIONS: InjectionToken<MarkedExtension>;