Closing HTML tags go on next line
Status: Beta
Brought to you by:
bencoe
Hi, I think PLextile is great, but I noticed that when it generates HTML, the closing element tags are put onto the next line.
For example:
h1. This is the title
Produces this HTML:
<h1>This is the title
</h1>
I think it should render as:
<lt;h1>This is the title</h1>
I guess SourceForge allows HTML characters - my description above should be:
For example:
h1. This is the title
Produces this HTML:
<h1>This is the title
</h1>
I think it should render as:
<h1>This is the title</h1>