To create an anchor to a heading in github flavored markdown.
Add - characters between each word in the heading and wrap the value in parens (#some-markdown-heading) so your link should look like so:
[create an anchor](#anchors-in-markdown)
| # requirements: telethon, networkx, python-pysocks[asyncio], pygraphviz, tqdm | |
| from telethon.client import TelegramClient | |
| from telethon.tl.types import User as TgUser, Channel as TgChannel, Chat as TgChat | |
| import telethon | |
| import asyncio | |
| import networkx as nx | |
| from tqdm import tqdm | |
| import pickle |