adiwg / mdTranslator

Metadata translation tool built using Ruby
https://www.adiwg.org/mdTranslator/
The Unlicense
14 stars 12 forks source link

246 new simplified html writer for cleaner import into ms word #270

Closed jwaspin closed 11 months ago

jwaspin commented 11 months ago

Closes #246

This is a copy of the HTML writer but with the following changes:

<section>, <details>, and <summary> tags have all been converted to <div> tags.

Some of the above were designated as <h2> and <h3> tags based on their class, so I replaced some of the <div> tags with <h2> or <h3> tags respectively. There are more <div> tags that could be converted to header tags, but that should be addressed as a specific issue.