test(ui): close trajectory inspection gates

This commit is contained in:
_Kerman
2026-07-28 10:46:39 +08:00
parent 71f1f36175
commit 43d9fbaf08
7 changed files with 75 additions and 5 deletions
@@ -37,9 +37,6 @@ function inlineText(node: MarkdownNode): string {
return '\n'
case 'html':
return ''
case 'thematicBreak':
case 'definition':
return ''
default:
return node.children?.map(inlineText).join('') ?? ''
}