-
Notifications
You must be signed in to change notification settings - Fork 526
Closed
Description
I have a markdown file in Japanese.
A header might look like:
## アプリケーション・ストリングの翻訳
The generated HTML looks like:
<h2 id=">アプリケーション・ストリングの翻訳</h2>
As you can see, it's not just that it leaves it empty, it generates invalid HTML (missing closing quote), breaking the entire page.
PS. This is happening inside a Jekyll 3 project
azu, ryush00, senzai, Maklu, lengerfulluse and 7 more