Could you provide a minimal example document, the HTML that gets inserted, and the HTML you expect?
Thread Starter
bbr13
(@bbr13)
Hi,
In my docx file there is a hierarchy from Title 1 to Title 6.
The codes are :
1 – TITRE 1
1.1 – SOUS-TITRE 1
1.1.1 – SOUS-SOUS-TITRE 1
etc.
The only values imported are :
TITRE 1
SOUS-TITRE 1
SOUS-SOUS-TITRE 1
etc.
All the numbering desapeared.
Can you help me, please,
Bruno
Thread Starter
bbr13
(@bbr13)
PS: the HTML is correct
Only the numbering is missing
If you could provide an actual Word document for me to download, I’ll take a look when I get a chance.
Thread Starter
bbr13
(@bbr13)
IN WORD :
1 – Exclusions bénéficiant aux pouvoirs adjudicateurs
Reprenant les apports des directives du 26 février 2014, l’ordonnance énonce les exclusions verticales distinctes, et, horizontalement, la « coopération entre pouvoirs adjudicateurs ».
1.1 – Exclusions verticales
Au titre de la « quasi régie », l’ordonnance assure la transposition des trois types d’exclusions descendant, le in house ascendant et la coopération verticale.
1.1.1 – In house descendant direct
Exception originelle, issue de la jurisprudence
HTML after import :
<h1 class=”titre_1″>Exclusions bénéficiant aux pouvoirs adjudicateurs</h1>
<p>Reprenant les apports des directives du 26 février 2014, l’ordonnance énonce les exclusions verticales distinctes, et, horizontalement, la « coopération entre pouvoirs adjudicateurs ».</p>
<h2 class=”titre_2″>Exclusions verticales</h2>
<p>Au titre de la « quasi régie », l’ordonnance assure la transposition des trois types d’exclusions descendant, le in house ascendant et la coopération verticale.</p>
<h3 class=”titre_3″>In house descendant direct</h3>
<p>Exception originelle, issue de la jurisprudence</p>
As you can see, the result is not the one expected!
I can transfer the docx file if you need it to test.
-
This reply was modified 6 years, 11 months ago by
bbr13.
Thread Starter
bbr13
(@bbr13)
Can you tell me how to transfer the file.
You can:
* upload a file somewhere and send me a link
* open an issue on GitHub and attach the file: https://github.com/mwilliamson/mammoth-wordpress-plugin/issues
* send me an e-mail (hello@zwobble.org)