Skip to content
This repository was archived by the owner on Jul 28, 2025. It is now read-only.

Commit be0e64d

Browse files
authored
Update MarkdownCell.tsx
1 parent 6fac5da commit be0e64d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/cellTypes/MarkdownCell.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ const MarkdownCell = (mdProps: CellComponentProps) => {
1919
mdRef.current.innerHTML = "";
2020
MarkdownService.renderMarkdown(
2121
defaultCell,
22-
(markdownRow[tableColumn.key] as Link).markdown(), // .replaceAll(",","\\,"), not working - puts \ in output
22+
(markdownRow[tableColumn.key] as Link).markdown(),
2323
mdRef.current,
2424
5,
2525
false

0 commit comments

Comments
 (0)