Not sure why but the <!-- breaklink > was getting rendered as plaintext.
Putting <span></span> breaks the auto hyperlinking.
Signed-off-by: David Galloway <dgallowa@redhat.com>
)
)
elif markdown:
- markdown_title = title.replace('_', '\_').replace('.', '<!-- breaklink >.')
+ markdown_title = title.replace('_', '\_').replace('.', '<span></span>.')
print ("- {title} ({issues}[pr#{pr}](https://github.com/ceph/ceph/pull/{pr}), {author})\n".format(
title=markdown_title,
issues=issues,