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
fix(context): avoid UTF-8 panic when probing .md suffix
Check the last three bytes on the UTF-8 byte slice before slicing the str,
so stems like xπ (without .md) do not use a misaligned str index.
Adds regression tests for multibyte stems with and without .md.
0 commit comments