Skip to content

Commit

Permalink
Fix table
Browse files Browse the repository at this point in the history
  • Loading branch information
nvuillam committed Dec 30, 2024
1 parent d28d283 commit a1cbd92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/commands/hardis/doc/project2markdown.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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, "<br/>".replace(/\|/gm, ""))} |`
]);
}
lines.push("");
Expand Down

0 comments on commit a1cbd92

Please sign in to comment.