Skip to content

Heading #4

Description

@josejachuf

Ref:
tag_dispatchers/heading.py
[python-docx-0.8.5]

an error occurred with

style = 'Title' if level == 0 else 'HEADING_%d' % level

I switched to
style = 'Title' if level == 0 else 'Heading %d' % level
and works well

Jose

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions