Armin Becher
Armin Becher
Telebot will use the DefaultClient from the golang http lib if no client is explicitly passed. As many others have already noticed, using the default client in go can be...
Just a suggestion, the link checker would detect broken links via github action. Might be helpful for a repo which consists a lot of markdown files.
# Anchor links The part after the `#` called [anchor link](https://www.tagindex.net/html/link/a_name.html) is currently not checked. A markdown link including an anchor link target is for example `[anchor](#go-to-anchor-on-same-page)`, or `[external](http://external.com#headline-1)`. ##...
Links in headlines should be detectable This is perfectly valid, but not detected by `mlc`: # [link](foo/bar)
Support the .rst markup language. Need to write link extractor for .rst https://de.wikipedia.org/wiki/ReStructuredText
Fixes the negative index when scrolling down an empty list. Added Unittest which fails without the fix
Closes #76
See discussion in #32
Add support for hilbert moore variant. See issue #8 Doc updates are still missing before merge.