jc-marked
Version:
Markdown AST (Abstract syntax tree) parser based on finite-state machine (FSM).
35 lines (34 loc) • 859 B
TypeScript
declare const _default: {
regTitle: RegExp;
regSubTitle: RegExp;
regAuthor: RegExp;
regEmail: RegExp;
regUrl: RegExp;
regPhone_CN: RegExp;
regLastArticle: RegExp;
regNextArticle: RegExp;
regSummary: RegExp;
redArticleTags: RegExp;
regMarkdownLinkedText: RegExp;
regMarkdownLinkedImg: RegExp;
regBlock: RegExp;
regInfoBox: (infoType: string) => RegExp;
footnote: RegExp;
topics: RegExp;
regBr: RegExp;
regHeader: RegExp;
regHeaderOf: (depth: number) => RegExp;
regMathJax: RegExp;
regCodeGroup: RegExp;
regCodeGroupEnd: RegExp;
regChart: RegExp;
regChartEnd: RegExp;
regInfo: RegExp;
regCode: RegExp;
regCodeStart: RegExp;
regCodeEnd: RegExp;
regTableRow: RegExp;
regTableRow2: RegExp;
regLinkdText: RegExp;
};
export default _default;