UNPKG

markdown-notes-tree

Version:

Generate Markdown trees that act as a table of contents for a folder structure with Markdown notes

8 lines (5 loc) 192 B
"use strict"; module.exports = { compareIgnoringCaseAndDiacritics }; function compareIgnoringCaseAndDiacritics(a, b) { return a.localeCompare(b, "en", { sensitivity: "base" }); }