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?