changkun / modern-cpp-tutorial

📚 Modern C++ Tutorial: C++11/14/17/20 On the Fly | https://changkun.de/modern-cpp/
https://changkun.de/modern-cpp/
MIT License
24.1k stars 3k forks source link

fix: preface bold format #261

Closed GNAQ closed 1 year ago

GNAQ commented 1 year ago

Description

Fixed 00-prefix markdown rendering bug by adding a whitespace char after, which is caused by using ** bold between CJK word and punctuation.

Adding zero-wide whitespace in UTF-8 may also work, but I'm not sure.

Change List