|
@@ -188,11 +188,13 @@ export const toTextProps = (json) => {
|
|
|
}
|
|
|
if (bulletFlag && styleObj['list-type'] === 'ol') {
|
|
|
options.bullet = { type: 'number', indent: 20 * 0.75 }
|
|
|
+ options.breakLine=true
|
|
|
options.paraSpaceBefore = 0.1
|
|
|
bulletFlag = false
|
|
|
}
|
|
|
if (bulletFlag && styleObj['list-type'] === 'ul') {
|
|
|
options.bullet = { indent: 20 * 0.75 }
|
|
|
+ options.breakLine=true
|
|
|
options.paraSpaceBefore = 0.1
|
|
|
bulletFlag = false
|
|
|
}
|