|
|
@ -27,5 +27,5 @@ export { EMPHASIS_REG } from "./Emphasis";
|
|
|
|
|
|
|
|
|
|
|
|
// The order determines the order of execution.
|
|
|
|
// The order determines the order of execution.
|
|
|
|
export const blockElementParserList = [CodeBlock, TodoList, DoneList, OrderedList, UnorderedList, Paragraph];
|
|
|
|
export const blockElementParserList = [CodeBlock, TodoList, DoneList, OrderedList, UnorderedList, Paragraph];
|
|
|
|
export const inlineElementParserList = [Image, Mark, Link, Bold, Emphasis, Tag, PlainLink];
|
|
|
|
export const inlineElementParserList = [Image, Mark, Link, Bold, Emphasis, PlainLink, Tag];
|
|
|
|
export const parserList = [...blockElementParserList, ...inlineElementParserList];
|
|
|
|
export const parserList = [...blockElementParserList, ...inlineElementParserList];
|
|
|
|