fix(markdown): insert a blank line after lists
This commit is contained in:
parent
10fddc51bb
commit
c9e2f94daf
@ -135,7 +135,8 @@ class BackupReportsXoPlugin {
|
||||
` - End time: ${String(end)}`,
|
||||
` - Duration: ${duration}`,
|
||||
` - Successful backed up VM number: ${nSuccess}`,
|
||||
` - Failed backed up VM: ${nCalls - nSuccess}`
|
||||
` - Failed backed up VM: ${nCalls - nSuccess}`,
|
||||
''
|
||||
].join('\n'))
|
||||
|
||||
const markdown = text.join('\n')
|
||||
|
Loading…
Reference in New Issue
Block a user