lenra-io/docs

[Task] Add links to titles

开放

#86 创建于 2023年3月2日

 (0 条评论) (0 个反应) (0 位负责人)CSS (0 个派生)auto 404
enhancementgood first issuehacktoberfest

仓库指标

星标
 (5 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

What should be done

Add a link to all the h2+ titles.

Technical recommandation

The markdown generates an id on title but not pug. A id should be added when not present.

Ecological concerns

Avoid JavaScript event.

The best solution is to add the ID at compile time but it could be complicated...

If not possible, run JS to add the links when the page is loaded.

贡献者指南