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:
parent
06336349bf
commit
5bf8c93814
|
|
@ -157,9 +157,6 @@ function convert(source) {
|
||||||
|
|
||||||
// work
|
// work
|
||||||
sectionToResult('work', (item, result) => {
|
sectionToResult('work', (item, result) => {
|
||||||
if (item.summary) {
|
|
||||||
result.highlights = item.summary.split('\n')
|
|
||||||
}
|
|
||||||
formatDatesInResult(result)
|
formatDatesInResult(result)
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue