Merge branch 'fix-dangling-anchor' into master

* fix-dangling-anchor:
  Fix dangling anchor
This commit is contained in:
2025-08-23 09:29:50 -04:00

View File

@ -505,7 +505,7 @@ protected:
struct Anchor
{
std::string_view name;
std::string name;
int wordIndex;
};