Merge branch 'fix-dangling-anchor' into master
* fix-dangling-anchor: Fix dangling anchor
This commit is contained in:
@ -505,7 +505,7 @@ protected:
|
|||||||
|
|
||||||
struct Anchor
|
struct Anchor
|
||||||
{
|
{
|
||||||
std::string_view name;
|
std::string name;
|
||||||
int wordIndex;
|
int wordIndex;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user