Skip to content

The menu navigation will not work if using special characters(Chinese, Japanese) #50

Open
@jsding

Description

@jsding

The Flatdoc.slugify function will remove all the chinese & japanese characters, that make all anchor empty.

modify
var slug = Flatdoc.slugify(text);
to
var slug = text;

fixed this issue. I think these special characters are ok for DOM id attribute.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions