Skip to content

Apply <style> blocks when generating doc files from HTML #2206

Open
@ghost

Description

Is your feature request related to a problem? Please describe.

When creating a word doc from HTML, word ignores <style> block ing HTML header

Describe the solution you'd like

I think the styles in style bock must be applied to the word file generated.

Describe alternatives you've considered

A clear and concise description of any alternative solutions or features you've considered.

Additional context

I started adding inline style attribute to each element int html, but it is a very large html. Each change in any style is a terrible pain.
I tried ussing addParagraphStyle() function or any othe functions similar, but nothing does that I need.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions