Skip to content

Provide a convenient way to add custom CSS styles #7

@danijar

Description

@danijar

Adding custom CSS is possible in two ways:

doc.add_html('<style></style>')
doc.add_html('<link rel="stylesheet" href="path/to/style.css">')

We could add doc.add_style(filename) that copies the file into the output directory for the user.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions