Based on this report:
https://gist.github.com/panacotar/c5648328d41e6dea398476bec69a5e14
Seems like following code in a code block:
link_sanitizer.sanitize('<a href="example.com">Only the link text will be kept.</a>')
was converted to a "markdown".
link_sanitizer.sanitize('[Only the link text will be kept.](example.com)')
Based on this report:
https://gist.github.com/panacotar/c5648328d41e6dea398476bec69a5e14
Seems like following code in a code block:
link_sanitizer.sanitize('<a href="example.com">Only the link text will be kept.</a>')was converted to a "markdown".
link_sanitizer.sanitize('[Only the link text will be kept.](example.com)')