From: DataComputist Date: Wed, 13 Jan 2021 21:59:10 +0000 (-0400) Subject: (no commit message) X-Git-Url: http://git.vanrenterghem.biz/git.ikiwiki.info.git/commitdiff_plain/87e1c47c2226eb943f6e6f9c6d0530323e8ea12a --- diff --git a/doc/forum/Is_the_Chinese_quotation_marks_for_book_titles_bad_for_source_file_names__63__.mdwn b/doc/forum/Is_the_Chinese_quotation_marks_for_book_titles_bad_for_source_file_names__63__.mdwn index a592b7ebe..e0ad464c4 100644 --- a/doc/forum/Is_the_Chinese_quotation_marks_for_book_titles_bad_for_source_file_names__63__.mdwn +++ b/doc/forum/Is_the_Chinese_quotation_marks_for_book_titles_bad_for_source_file_names__63__.mdwn @@ -1,7 +1,9 @@ -I have some markdown source files that have Chinese quotation marks for book titles (i.e. 《》). 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. `《》`). These files do not get build. When I rebuild the site, it complains +``` ... skipping bad filename 《》.md ... +``` Any idea?