According to the documentation for ebook-convert the option
--remove-paragraph-spacing-indent-size=10
should add an identation of 10 em
However this does not work. Neither do the --remove-paragraph-spacing option. The same applies to --insert-blank-line and --insert-blank-line-size
My sourcefile contain p and div tags. And each paragraph should be idented or divided by a blank line.
I have also tried to insert two   ( ) at the start of each paragraph via xslt, but these spaces are not shown (no identation appears) in the docx.
However when I replace the   with ** these characters are displayed in the docx file.
Any suggestions how to solve these problems?
--remove-paragraph-spacing-indent-size=10
should add an identation of 10 em
However this does not work. Neither do the --remove-paragraph-spacing option. The same applies to --insert-blank-line and --insert-blank-line-size
My sourcefile contain p and div tags. And each paragraph should be idented or divided by a blank line.
I have also tried to insert two   ( ) at the start of each paragraph via xslt, but these spaces are not shown (no identation appears) in the docx.
However when I replace the   with ** these characters are displayed in the docx file.
Any suggestions how to solve these problems?