From: Josh Durgin Date: Tue, 3 Aug 2021 17:25:48 +0000 (-0400) Subject: script/ceph-release-notes: adapt markdown output for new website X-Git-Tag: v17.1.0~1201^2~3 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0782f2196d06ea4c8166d242bad0dd2710941fb5;p=ceph.git script/ceph-release-notes: adapt markdown output for new website * escape underscores * avoid automatic links from PR titles containing . Signed-off-by: Josh Durgin --- diff --git a/src/script/ceph-release-notes b/src/script/ceph-release-notes index f804fc136f20..b4959d79ad3e 100755 --- a/src/script/ceph-release-notes +++ b/src/script/ceph-release-notes @@ -285,8 +285,9 @@ def make_release_notes(gh, repo, ref, plaintext, html, markdown, verbose, strict ) ) elif markdown: + markdown_title = title.replace('_', '\_').replace('.', '