I've got this ** The quick red fox #+BEGIN_QUOTE red foxes are great #+END_QUOTE jumped over the lazy brown dog. But when I export to HTML I see the

1.5 The quick red fox

Red foxes are great.

jumped over the lazy brown dog.

That is, the export is introducing

when the level's text resumes after the quote, forcing me to pick through my style.css and change everything individually, e.g., font-size. What I need is for the "jumped over the lazy dog." to not be in

under the
but outside it, i.e., at the same level as the first block of text. Basically, I want a way to insert quotes, code blocks, whatever and not have it twist up the HTML. LB