SFM to HTML conversion issues

I will add comments to this as I come across issues where SAB converts HTML/CSS.

SAB ver. 8.6.5

\qa converts to <div class="m top-spacing">
when immediately following a \c

e.g.

\c 10
\qa ל LAMED
\q1
\v 1 Waarom,

converts to

<div class="m top-spacing">
<div class="c-drop">10</div> ל LAMED</div><a id="v1"></a>
<div class="q-v top-spacing"><span class="v">1</span><span class="vsp">&nbsp; </span>Waarom,

פ PE is converted correctly


Solution:

Partial fix using changes:

(\\qa ל LAMED\s+\\\S+\s+\\v 1\s)
to
\\m &nbsp;\r\n\1

image

Adds a space before:
image


  • Added to bug list by @mcquayi 19/05/2021 - Thank you

I have written up the issue for the bug list.

1 Like

Are we able to see the bug list?