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
Here's the thing, for now, if a brew is longer than 50 pages, Partial Page Rendering is activated, which only renders a few pages to improve performance.
When that happens, a link will only work between rendered pages, as reported in #1923, recently fixed.
But that will only fix page links, which we use in the ToC, for the rest of links we are working on a fix, #3262, which should keep a record of all headings so you can link to them even if they are not rendered.
Regarding the Ampersands, the Heading code uses the GHM slugging rules to generate the id which undoubtedly removes characters that have meanings in URLs.
Renderer
v3
Browser
Chrome
Operating System
Windows
What happened?
I am creating a list of links in a markdown table and it does not work for all off the links.
None of the links with an & works, they get stripped out in the id.
Eg: meats & more becomes meats--more.
For others it's a mixed bag. Sometimes they work, sometimes they don't. The id's are not duplicated in the brew.
Code
The text was updated successfully, but these errors were encountered: