Hello fellows,
My environment: FM10 structured, Win7
I created a conversion table with the following conversion rules. When converting an FM file to structured, for some unclear reason, the body text becomes cellbullet (bulleted list style used in table cells). Any ideas why this happens?
An additional question: how are table and figure anchors treated during conversion, and whether there is a need to add some rule for them?
Thank you in advance!
P:BodyAfterHeading | p[ otherprops=”AfterHead”] | body |
P:Body | p | body |
P:BodyIndented | p | indented |
P:Bullet | p | bullet |
P:BulletLast | p | bulletlast |
P:BulletSub | p | bullet2 |
P:BulletSubLast | p | bullet2_last |
P:CellBullet | p | cellbullet |
p[bulleted], p[indented]*, (ul[2]|ol[2])* | li | bullet |
li[bullet]* | ul | 1 |
p[bullet2], p[indented]* | li | bullet2 |
li[bullet2]* | ul | 2 |
p[cellbullet] | li | cellbullet |
li[cellbullet]* | ul | cell_ulist |