🐛 Fix: Resolve Markdown list display issues on Windows (#693)

This commit is contained in:
tanzhenxin
2025-09-24 11:00:47 +08:00
committed by GitHub
parent 48d8587bf9
commit e148e4be28
3 changed files with 38 additions and 20 deletions

View File

@@ -14,6 +14,12 @@ Another paragraph.
"
`;
exports[`<MarkdownDisplay /> > correctly splits lines using \\n regardless of platform EOL 1`] = `
"Line 1
Line 2
Line 3"
`;
exports[`<MarkdownDisplay /> > handles a table at the end of the input 1`] = `
"Some text before.
| A | B |