Hello,
Thank your for the great plugin. It helps me a lot.
It seems that there's a little problem when using the plugin in the way the HTML Paragraph tags are rendered. The following Wiki Syntax :
= The Sandbox =
This is just a page to practice and learn WikiFormatting.
# The Sandbox #
This is just a page to practice and learn WikiFormatting.
gives the following HTML :
<h1 id="TheSandbox">The Sandbox</h1>
<p>
This is just a page to practice and learn WikiFormatting.
</p>
<p>
<h1 id="TheSandbox1">1. The Sandbox</h1>
</p>
<p>
This is just a page to practice and learn WikiFormatting.
</p>
As you can see, when numbered, the h1 is included in an unnecessary paragraph. That will cause the h1 margins and paddings to be incorrect (see the attached sandbox.jpg).
I'm sorry I can't help in resolving the problem as I can'st speak python at all.
Can you confirm the problem is plugin related and not local to my installation ?