Replies: 2 comments
-
|
While I'd prefer if the anchor retained the underscore, I think all that really matters is that it is consistent and either retains it or changes it in both places. But changing just one side of the linking leads to a problem for users. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I changed my mind.... I think the "_" MUST to be retained because otherwise markdown files for github will break if people use "_" in their cross-references. All that's needed is this change: I really don't want to fork the repo to get a working solution. Any chance of this being looked at soon? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I have a heading defined like this:
but goldmark seems to generate a header like this:
notice the "-" vs "_".
And then my use of the href is written like this in my markdown:
which gets generated in html as:
So when I click on the "href" the browser can't find it since the "hr" ID has it as a dash.
I tried to find an extension/option to control this but didn't see one. Github keeps it all as underscores. Any ideas? thanks!
Beta Was this translation helpful? Give feedback.
All reactions