Seohyun Kim
2024-07-01 21e75acc8d292c98a201e539d6f8ce4bd2941077
quartz/util/path.test.ts
@@ -105,8 +105,10 @@
        ["index.md", "index"],
        ["test.mp4", "test.mp4"],
        ["note with spaces.md", "note-with-spaces"],
        ["test/special chars?.md", "test/special-chars-q"],
        ["notes.with.dots.md", "notes.with.dots"],
        ["test/special chars?.md", "test/special-chars"],
        ["test/special chars #3.md", "test/special-chars-3"],
        ["cool/what about r&d?.md", "cool/what-about-r-and-d"],
      ],
      path.slugifyFilePath,
      path.isFilePath,