HTML head element
XSweet will typically emit something like this:
<head>
<meta charset="UTF-8"/>
<style type="text/css">
.Default { /* Default*/ font-family: Helvetica; font-size: 11pt }</style>
</head>
...
The CSS represents formatting as applied to Styles in the original Word document. (The <meta>
tag is ceremonial, though sometimes useful.)
@yannisbarlas , what kind of <head>
element, if any, does Editoria want to see? We can remove either or both of the elements, or the <head>
itself. (Right now it removes the style
but not the meta
- first guess.)