We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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.