Markdown anchor not working #2243

Open
opened 2026-02-05 03:26:48 +03:00 by OVERLORD · 1 comment
Owner

Originally created by @pboatone on GitHub (May 11, 2021).

I found a problem last night:

I have a page with an table and references to sections in the page. we tried to make them with anchors:

header of section: ## Section One
anchor: [Section one](#section-one)

normaly it should jump to this section but nothing happens.

The link from the anchor is like that:
https://kb.company.org/link/481#section-one

Originally created by @pboatone on GitHub (May 11, 2021). I found a problem last night: I have a page with an table and references to sections in the page. we tried to make them with anchors: `header of section: ## Section One` `anchor: [Section one](#section-one)` normaly it should jump to this section but nothing happens. The link from the anchor is like that: https://kb.company.org/link/481#section-one
Author
Owner

@MusterGit commented on GitHub (Jul 29, 2024):

For me it works to prefix the anchor with bkmrk-, e.g. [My second chapter](#bkmrk-my-second-chapter). Using Bookstack v24.05.1. Hope this helps anyone stumbling upon this issue.

@MusterGit commented on GitHub (Jul 29, 2024): For me it works to prefix the anchor with `bkmrk-`, e.g. `[My second chapter](#bkmrk-my-second-chapter)`. Using Bookstack v24.05.1. Hope this helps anyone stumbling upon this issue.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/BookStack#2243