Chinese title cannot be parsed
Closed this issue · 2 comments
lostmaniac commented
The Chinese title cannot be parsed, the article is not displayed, and can it support custom URLs?
E.g
---
title: 玩客云
description: "A collection of posts"
icon: "flag"
url: wankeyun
---
范德萨范德萨
Prevent Chinese characters
hexdae commented
HI @MSG-maniac, thanks for raising this. To keep backward compatibility I decided to base64Encode
unicode chars. Hope this fixes your problem. PR #6
Here is a demo of the Fix:
lostmaniac commented
Thank you very much for your fix bug