• Prathan Thananart's avatar
    Allow ScrollSpy to match non-latin anchors · 5146e961
    Prathan Thananart authored
    Currently it's using `\w` to test link validity. ScrollSpy shouldn't
    be in the business of specifying which anchors are valid or not. In
    this case anchors like `#^_^` or `#香港` will fail even though browser
    recognizes them just fine.
    5146e961