UNPKG

ng2-markdown-to-html

Version:

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

5 lines (4 loc) 170 B
import { PipeTransform } from '@angular/core'; export declare class LanguagePipe implements PipeTransform { transform(value: string, language: string): string; }