Excuse me,How can I make the Heading Auto Identifiers support Chinese #424

Closed
opened 2026-01-29 14:36:22 +00:00 by claunia · 1 comment
Owner

Originally created by @yaolunmao on GitHub (Jan 9, 2021).

Now:
## 测试

ToHtml:
<h1 id="section"></h1>

I hope:
<h1 id="测试"></h1>

Originally created by @yaolunmao on GitHub (Jan 9, 2021). Now: `## 测试` ToHtml: `<h1 id="section"></h1>` I hope: `<h1 id="测试"></h1>`
Author
Owner

@yaolunmao commented on GitHub (Jan 9, 2021):

sorry! I got it!
Because I wrote .UseAutoIdentifiers(AutoIdentifierOptions.None) after .UseAdvancedExtensions()
I changed it to
new MarkdownPipelineBuilder().UseAutoIdentifiers(AutoIdentifierOptions.None).UseAdvancedExtensions().Build();
The problem is solved

@yaolunmao commented on GitHub (Jan 9, 2021): sorry! I got it! Because I wrote `.UseAutoIdentifiers(AutoIdentifierOptions.None)` after `.UseAdvancedExtensions()` I changed it to `new MarkdownPipelineBuilder().UseAutoIdentifiers(AutoIdentifierOptions.None).UseAdvancedExtensions().Build();` The problem is solved
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/markdig#424