rxresume converter: split work summary to highlights
This commit is contained in:
parent
9ee72220d1
commit
c2607aca94
|
|
@ -147,6 +147,9 @@ 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