rxresume converter: remove work.summary split to highlights

since summary now supports Markdown, there's no need to use highlights for list items
This commit is contained in:
Reorx 2023-02-11 15:56:41 +08:00
parent 06336349bf
commit 5bf8c93814
1 changed files with 0 additions and 3 deletions

View File

@ -157,9 +157,6 @@ function convert(source) {
// work
sectionToResult('work', (item, result) => {
if (item.summary) {
result.highlights = item.summary.split('\n')
}
formatDatesInResult(result)
})