From 0782f2196d06ea4c8166d242bad0dd2710941fb5 Mon Sep 17 00:00:00 2001 From: Josh Durgin Date: Tue, 3 Aug 2021 13:25:48 -0400 Subject: [PATCH] script/ceph-release-notes: adapt markdown output for new website * escape underscores * avoid automatic links from PR titles containing . Signed-off-by: Josh Durgin --- src/script/ceph-release-notes | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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('.', '