export interface MarkDownService { render(inputString: string): string; }