diff --git a/common/markdown_parser/table_parser.ts b/common/markdown_parser/table_parser.ts index 1acf1c1..236be79 100644 --- a/common/markdown_parser/table_parser.ts +++ b/common/markdown_parser/table_parser.ts @@ -8,6 +8,11 @@ import { tags as t, } from "../deps.ts"; +// Forked from https://github.com/lezer-parser/markdown/blob/main/src/extension.ts +// MIT License +// Author: Marijn Haverbeke +// Change made: Avoid wiki links with aliases [[link|alias]] from being parsed as table row separators + function parseRow( cx: BlockContext, line: string,