🌐 Fix incorrect pymdown-extensions option used in CJK characters documentation#12161
🌐 Fix incorrect pymdown-extensions option used in CJK characters documentation#12161andychucs wants to merge 3 commits into
pymdown-extensions option used in CJK characters documentation#12161Conversation
|
📝 Docs preview for commit 9c7d68c at: https://42bebad1.fastapitiangolo.pages.dev |
pymdown-extensions option used in CJK characters documentation
svlandeg
left a comment
There was a problem hiding this comment.
Thanks for identifying and fixing this issue, @andychucs! This seems like the best way to approach this issue to me.
|
hi @svlandeg when will it merge? |
|
Hi @sodaMelon, We've currently got this in our internal queue for Tiangolo to perform a final review. Thanks for your patience! |
|
📝 Docs preview for commit f75d55a at: https://185c3339.fastapitiangolo.pages.dev |
|
Hi @andychucs |
The smart_enable option makes the docs not supported to be displayed when using bold and italics which are in Chinese, Japanese, and Korean.
We basically don’t use whitespace between words in Chinese and Japanese.
It causes a lot of problems with Markdown convert. So it should not be set as
alljust keep default is correct for now.Check the difference here with search '**' in web documents.
Chinese:
after: https://42bebad1.fastapitiangolo.pages.dev/zh/#sponsors

before: https://fastapi.tiangolo.com/zh/#sponsors

Japanese:
after: https://42bebad1.fastapitiangolo.pages.dev/ja/#sponsors

before: https://fastapi.tiangolo.com/ja/#sponsors

Korean case like this one: #12142