From a1cbd925149813578a8142738322eed650723a48 Mon Sep 17 00:00:00 2001 From: Nicolas Vuillamy Date: Mon, 30 Dec 2024 17:37:47 +0100 Subject: [PATCH] Fix table --- src/commands/hardis/doc/project2markdown.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/commands/hardis/doc/project2markdown.ts b/src/commands/hardis/doc/project2markdown.ts index 191339dc5..0d389c16b 100644 --- a/src/commands/hardis/doc/project2markdown.ts +++ b/src/commands/hardis/doc/project2markdown.ts @@ -337,7 +337,7 @@ ${Project2Markdown.htmlInstructions} `[${flow.name}](${prefix}${flow.name}.md) [🕒](${prefix}${flow.name}-history.md)` : `[${flow.name}](${prefix}${flow.name}.md)`; lines.push(...[ - `| ${flow.object} | ${flowNameCell} | ${flow.type} | ${flow.description} |` + `| ${flow.object} | ${flowNameCell} | ${flow.type} | ${flow.description.replace(/\n/gm, "
".replace(/\|/gm, ""))} |` ]); } lines.push("");