pydocx icon indicating copy to clipboard operation
pydocx copied to clipboard

Multiple sequential paragraphs that share the same exact properties should be merged

Open kylegibson opened this issue 9 years ago • 1 comments

Otherwise we can end up with output like this:

  <p>
   <span style="margin-left:0.50em">
    <span class="pydocx-left">
     <span class="pydocx-underline">
      <strong>
       P
      </strong>
     </span>
     <span class="pydocx-underline">
      <strong>
       O
      </strong>
     </span>
     <span class="pydocx-underline">
      <strong>
       L
      </strong>
     </span>
     <span class="pydocx-underline">
      <strong>
       I
      </strong>
     </span>
     <span class="pydocx-underline">
      <strong>
       C
      </strong>
     </span>
     <span class="pydocx-underline">
      <strong>
       Y
      </strong>
     </span>
    </span>
   </span>
  </p>

kylegibson avatar Jun 10 '15 03:06 kylegibson

:+1:

jhubert avatar Aug 08 '15 05:08 jhubert