Open
Description
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:
- url for a
<link>
element - 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