Emma Humphries (
emceeaich) wrote in
getting_started2009-04-20 11:42 pm
![[personal profile]](https://www.dreamwidth.org/img/silk/identity/user.png)
![[community profile]](https://www.dreamwidth.org/img/silk/identity/community.png)
Entry tags:
Crossposting Autoformat Annoyances
If you are a pedant like me, you probably write your posts in raw HTML, and check Disable Auto-Formatting in the editor.
Unfortunately, when you crosspost the entry to a LJ-based site, the markup:
<p>paragraph one</p> <p>paragraph two</p>
shows up as:
<p>paragraph one</p><br><p>paragraph two</p>
Because, most likely by default, the auto-formatter is handling the inbound post.
I've opened Bug 904 to see about addressing this on the DW side, however, there is a workaround:
If you are writing markup for your posts, before you save, remove the carriage returns between block-level elements (p, blockquote, div, etc..)
Then the auto-formatter won't try to insert <br>
between then.
Re: lj-raw