mirror of
https://github.com/misode/misode.github.io.git
synced 2026-04-24 23:56:51 +00:00
Visual improvements to technical changelog
This commit is contained in:
@@ -41,7 +41,9 @@ function parseChangelog(text: string) {
|
||||
const i = entry.indexOf('|')
|
||||
return {
|
||||
tags: entry.substring(0, i).trim().split(' '),
|
||||
content: entry.slice(i + 1).trim(),
|
||||
content: entry.slice(i + 1).trim()
|
||||
.replaceAll('->', '→')
|
||||
.replaceAll('\n...\n', '\n\n'),
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user