Minor Wiki-problem: paragraphs are create automatically for empty lines.
However with the following text it leads to unexpected termination of the
first <p> marker and the last line of text is left-aligned. When you remove
the empty line it works as expected.
 
<p align="right">
Next line is empty
 
Previous line is empty
</p>
 
A similar problem with the <pre> tag: when you remove the empty line or
insert an extra line before the <pre> it works 'better'
 
Line before pre
<pre>
Next line is empty
 
Previous line is empty
</pre>
 
Or is this a case of: 'it is a simple wike, play by its rules'?
 
All tested in the sandbox Fossil version [df9da91ba8] 2011-07-13 23:03:41
_______________________________________________
fossil-users mailing list
fossil-users@lists.fossil-scm.org
http://lists.fossil-scm.org:8080/cgi-bin/mailman/listinfo/fossil-users

Reply via email to