Fix issue not remove Chinese Anchor
The function `util.strip_anchor_links` not remove the Chinese anchor.
For example, The link [[AAA#中文]], after the process of `util.strip_anchor_links` the result should be [[AAA]].
But in the current repo, the link will stay origin as [[AAA#中文]]
So I make the fix.
合并状态:未合并 0 条评论