export const anchorHeader = { type: 'output', regex: '(.*?)<\\/h(\\d)>', replace: function (__match, id:string, title:string, level:number) { // github anchor style const octicon_html = `` return `${octicon_html}${title}` } }