Install the googlecl tool with
$ sudo pip install googlecl
The command is called google
Available tasks for service blogger: post, tag, list, delete
post: Post content. Requires: src AND blog Optional: title, tags, access
tag: Label posts Requires: blog AND title AND tags
list: List posts in a blog Requires: fields AND blog AND delimiter Optional: title, owner
delete: Delete a post. Requires: blog AND title
- Write your posts in a text editing program on your computer and save them on your computer.
- Copy and paste the text into the online Markdown processor and click Convert to generate HTML. (Set "Filter" to "both" for extra typographic goodness.)
- Finally, copy and paste the HTML into a new post in Blogspot.
- In Blogspot, go to
Settingstab, then theFormattingsection. SetConvert Line BreakstoNo. - In your New Posts,
- Make sure you are using the
Edit HTMLtab - Under “Post Options” (at the bottom) make sure
*
Edit HTML Line Breaksis set to Use<br />tags *Compose Settingsis set toInterpret typed HTML
Now you can paste in your Markdown-generated HTML without getting extra linebreaks or other wierdnesses.