typedoc2md / typedoc-plugin-markdown

A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
https://typedoc-plugin-markdown.org
MIT License
725 stars 177 forks source link

How to support Chinese filename? #545

Closed zfben closed 10 months ago

zfben commented 10 months ago

Problem:

When generating a markdown file, Chinese characters are converted into underscores (_).

Expect:

Markdown filename support Chinese characters.

zfben commented 10 months ago

It fixed in next version, nice work!