fix: sluggify pound (closes )

This commit is contained in:
Jacky Zhao 2024-01-13 09:22:27 -08:00
parent 0a8c38dc21
commit 6babb788ed
2 changed files with 5 additions and 1 deletions
quartz/util

View file

@ -105,6 +105,8 @@ describe("transforms", () => {
["index.md", "index"],
["test.mp4", "test.mp4"],
["note with spaces.md", "note-with-spaces"],
["test/special chars?.md", "test/special-chars-q"],
["test/special chars #3.md", "test/special-chars-3"],
],
path.slugifyFilePath,
path.isFilePath,