team-work-tools / team-work-telegram-bot

A Telegram bot that helps you conduct daily (or at least regular) meetings
MIT License
0 stars 2 forks source link

feat(configuration): draft a roles and responsibilities doc #9

Closed deemp closed 3 weeks ago

deemp commented 3 weeks ago

Closes #8

deemp commented 3 weeks ago

Hmm, html anchors don't work.

I can't write somewhere

<a href="link-href"></a>

and then somewere

[link](#link-href)

and then click on the link so that the page is scrolled to the link-href.

UPD: it's because I should've used <a id="link-id"></a>.