BookStackApp / BookStack

A platform to create documentation/wiki content built with PHP & Laravel
https://www.bookstackapp.com/
MIT License
15.32k stars 1.91k forks source link

Markdown anchor not working #2742

Open pboatone opened 3 years ago

pboatone commented 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)

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

MusterGit commented 3 months ago

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.