[x]):Markdown rendering of links with titles is incomplete and sometimes even fails, which I just noticed in the README.md file of one of my repos (a mirror of Adebar):
[Adb](http://en.wikipedia.org/wiki/Android_Debug_Bridge "Wikipedia: Android Debug Bridge"): Title is missing (usually shown on mouse-over):
<a href="http://en.wikipedia.org/wiki/Android_Debug_Bridge" rel="nofollow">Adb</a>
[Bash](http://en.wikipedia.org/wiki/Bash_%28Unix_shell%29 "Wikipedia: Bash (Unix shell)"): fails and renders as Bash"):
It is mainly based on Bash")
So the title attribute is at best omitted or, if containing parenthesis, the entire link breaks.
Added kind/testing since we also not testing for this
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
This one was somehow forgotten it seems. I'll have to check if the problem itself was solved and just this issue forgotten to close (cannot access my Gitea instance from where I currently am).
Issue still exists with Gitea 1.7. Any chance to see it fixed before its 2nd birthday? :smiley:
Nobody is working on this so any help would be greatly appreciated
I think this issue may be caused by the upstream markdown library and would need to be fixed there.
I'd help out if I could – but I'm completely lost with Go, sorry…
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs during the next 2 weeks. Thank you for your contributions.
Thanks, @lunny – I just checked, the issue still exists with v1.7.5 (the latest release with binaries attached).
@IzzySoft can you check again?
the markdown rendering lib has changed
This is also fixed.
I can confirm what @zeripath mentioned on try.gitea for the original place at Codeberg: https://codeberg.org/izzy/Adebar/ – so thanks, this indeed seems to be fixed!