Skip to content

docs: update list marker detection references in parsing docs - #74

Merged
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-update-list-marker-detection-references-in-pa-6c87a0
Jul 17, 2026
Merged

docs: update list marker detection references in parsing docs#74
WilliamAGH merged 1 commit into
devfrom
detail/fix-docs/docs-update-list-marker-detection-references-in-pa-6c87a0

Conversation

@detail-app

Copy link
Copy Markdown
Contributor

Corrected stale documentation in all-parsing-and-markdown-logic.md that referenced non-existent methods. The 'List Marker Detection' section referenced 'fixInlineLists()' which never existed, and the 'List Processing Complexity' section incorrectly described client-side regex processing in markdown-utils.js which was removed in an earlier Svelte migration.

These inaccuracies would have led developers to search for non-existent code and misunderstand the current architecture where marker detection is consolidated in OrderedMarkerScanner.

Introduced by commit 60bdcab (@WilliamAGH)


Doc Drift PRs can be configured here.

@detail-app
detail-appBot requested a review from WilliamAGHJuly 13, 2026 16:40
@WilliamAGH
WilliamAGH merged commit 837c120 into devJul 17, 2026
2 checks passed
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant

@WilliamAGH