We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 37ad4da + de13747 commit 5ea6a4cCopy full SHA for 5ea6a4c
src/releaseNotes.ts
@@ -117,7 +117,7 @@ class ReleaseNotesPanel {
117
return [
118
`# ${info.title}`,
119
`> Published on ${releaseDate}, see also https://www.gitpod.io/changelog`,
120
- ``,
+ ``,
121
content,
122
].join('\n\n');
123
}
@@ -131,6 +131,7 @@ class ReleaseNotesPanel {
131
this.panel.webview.html = `<!DOCTYPE html>
132
<html lang="en">
133
<head>
134
+ <base href="https://www.gitpod.io/">
135
<meta charset="UTF-8">
136
<meta name="viewport" content="width=device-width, initial-scale=1.0">
137
<title>Gitpod Release Notes</title>
0 commit comments