MY CONFIGURATION
Blogjet 2.0.0.10
Windows XP Home Edition SP3
Blogging service: Blogger (last release)
My blog: http://josepcastany.blogspot.com/
PROBLEM
When I write in Blogjet this (TEST is the title of the post):
TEST
Line 1
Line 2
Line 3
The HTML code created with Blogjet is:
TEST
<p>Line 1</p>
<p>Line 2</p>
<p>Line 3</p>
and what you see in Blogger when publishing the post is:
TEST
............One line in the middle when I did not intro
Line 1
............Two lines in the middle when I only did one intro in Blogjet
............
Line 2
............Two lines in the middle when I only did one intro in Blogjet
............
Line 3
To see in Blogger what I wrote in Blogjet editor the code must be:
TEST
Line 1(br /)(br /)
Line 2(br /)(br /)
Line 3
Of course I can get this behaviour doing SHIFT+INTRO each time I do a carriage return, but I think it would be more elegant and comfortable to have an option in Blogjet (Preferences, Editor) like Blogger has.
In Blogger (Formatting, Convert line breaks) you find this:
If Yes is selected, single hard-returns entered in the Post Editor will be replaced with single tags (br /) in your blog, and two hard-returns will be replaced with two tags (br /)(br /).
This way Blogjet editor would behave exactly as Blogger editor. I'm thinking of recommending Blogjet to my colleagues because it's an easy way to convert Blogger in an audioblog and it's much easier to manage images among other nice features, but there are some details which must be solved previously.
Thanks.