UNPKG

ngx-markdown

Version:

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

5 lines (4 loc) 201 B
import { InjectionToken } from '@angular/core'; import { MarkedOptions } from 'marked'; export type { MarkedOptions } from 'marked'; export declare const MARKED_OPTIONS: InjectionToken<MarkedOptions>;