clarin-eric / curation-dashboard

java library for CLARIN's CMDI curation
GNU General Public License v3.0
4 stars 0 forks source link

add new dependency commonmark-ext-heading-anchor to the pom of curation-web #247

Open wowasa opened 3 months ago

wowasa commented 3 months ago

due to the cereal issue 1 we need to add the dependency commonmark-ext-heading-anchor to the pom of curation-web to get the ability for creating anchors

wowasa commented 3 months ago

no - a look in the code shows, that commonmark is doing the anchor rendering only for h1 headers. But we don't want a page full of h1 headers

twagoo commented 2 months ago

have you tried raw html to insert an <a id="..." /> ?