Character format in paragraph style not appearing in HTML5 output
Hi
I use the character style zzBoldNumber in my Numbered 1 paragraph style to make the numbers bold. I was outputting HTML5 from FM12 and it worked fine. Here's the HTML output:
<p class="FM_Numbered_1"><span class="FM_zzBoldNumber">1.</span>Select a location for your PLAY:1. </p>
I upgraded to FM 2015 and now the numbers are not formatted correctly. They are the wrong font family and they are not bold. Here's the HTML output:
<p dir="ltr" class="FM_Numbered_1">Select a location for your PLAY:1. </p>
Notice that the <span> tag is missing.
I have tried mapping the zzBoldNumber style to a variety of styles, but the result is the same.
Seems like a bug to me.
Any ideas or suggestions?