parisa
(Pari)
January 1, 2018, 6:24pm
1
Previously, something like the following would work perfectly. but now it doesn’t. whats the problem?
(reference )
**1- [go to heading 1](#1)**
1- go to heading 1
…
.
.
…
.
.
.
.
.
.
.
.
.
.
…
.
.
.
.
.
.
.
.
.
.
.
.
.
<h3 id='1'>1- </h3>
1-
.
.
.
.
.
.
…
.
.
I believe there was a recent security fix here that prevents arbitrary class IDs in HTML, as they can lead to CSS griefing.
parisa
(Pari)
January 1, 2018, 7:36pm
3
What does it mean? I cant quite get you.
Falco
(Falco)
January 1, 2018, 8:58pm
5
parisa:
What does it mean?
As said in the official topic your heading id
must be in the form <h3 id='heading--link-to-me'>Link to me</h3>
. It always need to start with heading--
.
9 Likes
This topic was automatically closed after 2349 days. New replies are no longer allowed.