Skip to content

Add stylesheet support for html type #15

Open
@dimbslmh

Description

@dimbslmh

Is your feature request related to a problem? Please describe.
Currently exporting html type has no stylesheet support

Describe the solution you'd like
Add a parameter to support stylesheet from:

  1. url for a <link> element
  2. string for a <style> element

Describe alternatives you've considered
Include a <style> or <link> element inside the exportable DOM element, but according to the W3 specs <style> or <link> element must be included inside the <head> of the document

Additional context

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions