您应该尝试做的下一件事是删除 para 或 tag 开头的前导空格。例如,您会发现很多 ref 喜欢
<p class="MsoNoSpacing"><span style='font-size:12.0pt'> In these
types of levers, the <i>fulcrum</i> F is in between the <i>effort </i>E and the
<i>load </i>L as shown in Fig 3.1 (a).</span></p>
这应该转换为
<p class="MsoNoSpacing"><span style='font-size:12.0pt'>In these
types of levers, the <i>fulcrum</i> F is in between the <i>effort </i>E and the
<i>load </i>L as shown in Fig 3.1 (a).</span></p>
我正在使用 html 敏捷包我可以帮我解决这个问题