fix: normalize milkdown roundtrip markdown to avoid spurious updates

Co-authored-by: rfc1437 <774975+rfc1437@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2026-02-17 06:55:16 +00:00
parent 54a367d423
commit 7dbb2cb517
2 changed files with 4 additions and 4 deletions

View File

@@ -10,7 +10,7 @@ import type { Root, List, ListItem } from 'mdast';
import { visit } from 'unist-util-visit';
import { normalizeMilkdownMarkdown } from '../../../src/renderer/utils/markdownEscape';
const wxrRefDir = '/home/runner/work/bDS/bDS/tests/assets/wxr-ref';
const wxrRefDir = path.join(__dirname, '../../assets/wxr-ref');
const remarkTightListsPlugin: Plugin<[Record<string, unknown>], Root> = () => {
return (tree: Root) => {