Skip to content

Fix #88, #93: Strip markdown prefixes before table prettification#105

Merged
darkriszty merged 1 commit intomainfrom
fix/88-93-markdown-prefix-stripping
Apr 10, 2026
Merged

Fix #88, #93: Strip markdown prefixes before table prettification#105
darkriszty merged 1 commit intomainfrom
fix/88-93-markdown-prefix-stripping

Conversation

@darkriszty
Copy link
Copy Markdown
Owner

@darkriszty darkriszty commented Apr 10, 2026

Bordered tables inside blockquotes (>) and list markers (1., -, *, +) are now correctly found and prettified.
Fixes #88 and #93

Bordered tables inside blockquotes (>) and list markers (1., -, *, +)
are now correctly found and prettified.

Added MarkdownPrefixStripper that strips markdown context prefixes
before the pipeline runs and restores them after, with zero changes
to the existing table finding/prettification components.

- New: src/modelFactory/markdownPrefixStripper.ts
- Modified: src/prettyfiers/multiTablePrettyfier.ts (4 lines)
- Added system tests for both scenarios
- Added 23 unit tests for the prefix stripper
@darkriszty darkriszty force-pushed the fix/88-93-markdown-prefix-stripping branch from 48e99b9 to 4a7bbf8 Compare April 10, 2026 13:52
@darkriszty darkriszty merged commit d8a2047 into main Apr 10, 2026
6 checks passed
@darkriszty darkriszty deleted the fix/88-93-markdown-prefix-stripping branch April 11, 2026 12:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

1 participant