But i have a small bug. Well, a very small bug., Its so small, its not really a bug.
Internal stylesheets like
Code:
<style>
body {...}
b {}
</style>
are reformatted to
Code:
<style> body {...}
b {}
</style>
It does not invalidate the book, it does not crash, its syntactically completly ok.
Just want to mention it.
I'm using internal stylesheets for pages containing only one picture embedded in an svg element.