Subject: | <pre> and empty lines not supported (mediawiki) |
Hi,
I'm using online html2wiki converter (0.31):
http://diberri.dyndns.org/html2wiki.html
And I have following HTML:
<pre>
<?php
//Tämä koodi tulostaa "Terve maailma!"
echo "Terve maailma!";
/*
Credits and Copyright:
JTS
*/
# Tämä on myös kommentti
?>
//Tulostaa "Terve maailma!"
</pre>
And it produces 4 different code-areas to mediawiki. What is should do is to put those 3 empty spaces also to empty lines, but now I have to do it manually.