export class MarkdownHelper { static newTabLinkOverride(href, title, text) { let out = ''; return out; }; }