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
689 stars 172 forks source link

How to support Chinese filename? #545

Closed zfben closed 5 months ago

zfben commented 5 months ago

Problem:

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

Expect:

Markdown filename support Chinese characters.

zfben commented 5 months ago

It fixed in next version, nice work!