Added source of table parser

pull/320/head
Zef Hemel 2023-01-14 16:08:16 +01:00
parent b41d9514d1
commit d371f2f68a
1 changed files with 5 additions and 0 deletions

View File

@ -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,