Mahbub Zaman
Mahbub Zaman
```bash curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/markdown \ -d '{"text":"# Reference issues and pull requests \n # Mention people and teams",...
@MajorKeen many thanks for your detailed explanation, it make sense now. I will try to handle these special cases in the TOC generator.
``` curl -L \ -X POST \ -H "Accept: application/vnd.github+json" \ -H "X-GitHub-Api-Version: 2022-11-28" \ https://api.github.com/markdown \ -d '{"text":"# Reference issues and pull requests \n # Mention people and teams", "mode":...