mirror of
https://github.com/xoofx/markdig.git
synced 2026-02-12 21:39:32 +00:00
Isn't it support the anchor? #452
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 @jamesnet214 on GitHub (Apr 8, 2021).
code(convert to html)MarkdownHTMLIs there a way to accurately convert id? Or did I miss something?
@xoofx commented on GitHub (Apr 27, 2021):
The default mode does not support digits as 1st character. You should use AutoIdentifierOptions.GitHub. The doc doesn't explain the difference but the code is here (
UrilizevsUrilizeAsGfm)