Open pboatone opened 3 years ago
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)
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
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.
bkmrk-
[My second chapter](#bkmrk-my-second-chapter)
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