mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
Issue reporter mark down polish, fixes #44405
This commit is contained in:
@@ -61,7 +61,7 @@ export class IssueReporterModel {
|
||||
|
||||
serialize(): string {
|
||||
return `
|
||||
Issue Type: ${this.getIssueTypeTitle()}
|
||||
Issue Type: <b>${this.getIssueTypeTitle()}</b>
|
||||
|
||||
${this._data.issueDescription}
|
||||
|
||||
|
||||
@@ -27,7 +27,7 @@ suite('IssueReporter', () => {
|
||||
const issueReporterModel = new IssueReporterModel();
|
||||
assert.equal(issueReporterModel.serialize(),
|
||||
`
|
||||
Issue Type: Feature Request
|
||||
Issue Type: <b>Feature Request</b>
|
||||
|
||||
undefined
|
||||
|
||||
|
||||
Reference in New Issue
Block a user