Skip to content

Commit

Permalink
fix(CiceroMarkToOOMXL): use THIN SPACE character for softbreaks
Browse files Browse the repository at this point in the history
Signed-off-by: Aman Sharma <mannu.poski10@gmail.com>
  • Loading branch information
algomaster99 committed Aug 13, 2020
1 parent 7e1939d commit c26a738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/CiceroMarkToOOXML.js
Expand Up @@ -32,7 +32,7 @@ const insertLineBreak = () => {
const insertSoftBreak = () => {
return `
<w:r>
<w:t xml:space="preserve"> </w:t>
<w:sym w:font="Calibri" w:char="2009" />
</w:r>
`;
};
Expand Down

0 comments on commit c26a738

Please sign in to comment.