DataComputist 2021-01-13 17:59:10 -04:00 committed by admin
parent 61f363e444
commit 87e1c47c22
1 changed files with 3 additions and 1 deletions

View File

@ -1,7 +1,9 @@
I have some markdown source files that have Chinese quotation marks for book titles (i.e. 《<some book title>》). These files do not get build. When I rebuild the site, it complains I have some markdown source files that have Chinese quotation marks for book titles (i.e. `《<some book title>》`). These files do not get build. When I rebuild the site, it complains
```
... ...
skipping bad filename 《<some book title>》.md skipping bad filename 《<some book title>》.md
... ...
```
Any idea? Any idea?