You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi!
Today I suddenly find that links to the same page heading (ala ToC) are broken. Example:
In the top of this page you can see ToC links,
that points to the same page. For example, "Nginx" one. behaviour: expected: scroll to Nginx heading now it is: open main page
In MarkDown its look like [Nginx](#nginx) - for compatibility with GitHub (and other generating libs) Generated url: must be:/#/quick?id=nginx now it is:/#/?id=nginx
Possible mistake coomit
That links were worked a couple days ago, but now did not.
So, I think this happens after this commit ?
The text was updated successfully, but these errors were encountered:
Hi!
Today I suddenly find that links to the same page heading (ala ToC) are broken.
Example:
In the top of this page you can see ToC links,
that points to the same page. For example, "Nginx" one.
behaviour:
expected:
scroll toNginx
headingnow it is:
open main pageIn MarkDown its look like
[Nginx](#nginx)
- for compatibility with GitHub (and other generating libs)Generated url:
must be:
/#/quick?id=nginx
now it is:
/#/?id=nginx
Possible mistake coomit
That links were worked a couple days ago, but now did not.
So, I think this happens after this commit ?
The text was updated successfully, but these errors were encountered: