mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-09 13:56:56 +00:00
Is there any way to get AutoIdentifiers list? #676
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Nyazira on GitHub (May 4, 2024).
If markdown is as follows:
then it generates the following code:
Since markdown's title contains both Chinese and English characters, I can't predict what kind of Identifier the title will generate.
Is there any way to get a list of identifiers?
So I can generate a directory from the list.
@MihaZupan commented on GitHub (May 4, 2024):
Try
@Nyazira commented on GitHub (May 5, 2024):
Thank you,it works!