-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
In the user's guide for the docx2dita, I was using the dt/dd paragraph style listed in: http://www.dita4publishers.org/d4p-users-guide/user_docs/d4p-users-guide/word2dita/common-mapping-cases.html
I didn't see this topic in the docs, but the example needs @Level added to it in order for it to work.
The complete example that is working for me is:
<paragraphStyle styleName="Definition Term"
structureType="dt"
tagName="dt"
dlEntryType="dlentry"
containerType="dl"
topicZone="body"
level="1"
/>
<paragraphStyle styleName="Definition Description"
structureType="dd"
tagName="dd"
dlEntryType="dlentry"
containerType="dl"
topicZone="body"
level="1"
/>
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels