Try to deal with one of the big problems here, namely, that we
commit58aa651c64efbbc139e4aedc288bd7060ff876f4
authorrgheck <rgheck@a592a061-630c-0410-9148-cb99ea01b6c8>
Mon, 26 Oct 2009 20:53:46 +0000 (26 20:53 +0000)
committerrgheck <rgheck@a592a061-630c-0410-9148-cb99ea01b6c8>
Mon, 26 Oct 2009 20:53:46 +0000 (26 20:53 +0000)
tree6ed1c9ca1e96948e3c33eb0d20abab9cbead7f1a
parent3849088464cc8dfc75f99803840e63ea941bde43
Try to deal with one of the big problems here, namely, that we
can't just output Standard as <p>, or anything else, because we
have structures like:
  this is text <branch>and more text</branch> and more
which would then come out as:
  <p>this is text <p>and more text</p> and more</p>
So we use the OutputParam html_in_par to try to signal when we
are already in a paragraph. It is expected that we will need to
do some bug fixing here.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31753 a592a061-630c-0410-9148-cb99ea01b6c8
lib/layouts/stdclass.inc
lib/layouts/stdinsets.inc
src/Paragraph.cpp
src/insets/InsetLayout.cpp
src/insets/InsetLayout.h
src/output_xhtml.cpp