gh4a
gh4a copied to clipboard
Jumping to anchors in Markdown files doesn't work
When I click an anchor in a MarkDown file (example: https://github.com/M66B/FairEmail/blob/master/FAQ.md#user-content-known-problems), OctoDroid reopens the entire .md file and remains at the top of the file, instead of jumping to the anchor.
Although I have found https://github.com/slapperwan/gh4a/issues/434, which suggests that the issue has been resolved, OctoDroid still exhibits this behavior.
Using latest OctoDroid from F-Droid on LineageOS 16 (Android 9) with Bromite WebView.
The way the readme mentioned in #434 works fine in OctoDroid, hence that issue is closed. I assume the readme you mentioned is formatted differently, need to check how exactly.
# Title or ## Title2 is "converted" to anchors in GitHub. For example, # This is a title can be accessed by somedoc.md#this-is-a-title