vkbo / novelWriter

novelWriter is an open source plain text editor designed for writing novels. It supports a minimal markdown-like syntax for formatting text. It is written with Python 3 (3.9+) and Qt 5 (5.15) for cross-platform support.
https://novelwriter.io
GNU General Public License v3.0
2.06k stars 106 forks source link

Style section of HTML output outside HEAD #2080

Open Wysardry opened 4 hours ago

Wysardry commented 4 hours ago

I just exported the example document in HTML format using version 2.5.2 of novelWriter and found that the (CSS) STYLE section was placed between the HEAD and BODY elements.

It is usually placed inside the HEAD section.

vkbo commented 3 hours ago

You're right, I never noticed that. Thanks!

image