Moved markdown parsing logic to a separate util file (#20526)

This commit is contained in:
Dev Randalpura
2026-02-27 09:43:18 -08:00
committed by GitHub
parent 7a1f2f3288
commit ec39aa17c2
4 changed files with 219 additions and 212 deletions

View File

@@ -17,7 +17,7 @@ import {
widestLineFromStyledChars,
} from 'ink';
import { theme } from '../semantic-colors.js';
import { parseMarkdownToANSI } from './InlineMarkdownRenderer.js';
import { parseMarkdownToANSI } from './markdownParsingUtils.js';
import { stripUnsafeCharacters } from './textUtils.js';
interface TableRendererProps {