You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
analyzeText() can score rendered Markdown instead of source-only
metadata (#123). Pass sourceMode: "rendered-markdown" to mask initial
YAML frontmatter and HTML comments before pattern and document analysis.
Code-span comment examples remain visible, frontmatter recognition accepts
LF, CRLF, and CR without hiding thematic-break sections, and masks preserve
issue and sentence-highlight offsets. stats reports the selected mode,
explicit fallbacks, and masked-span counts. Plain mode remains compatible
with its existing scoring behavior.