juk0de / mtf2json

Convert MegaMek's MTF format to JSON.
GNU General Public License v3.0
2 stars 0 forks source link

Remove paragraph tags around (fluff) values #1

Closed juk0de closed 2 months ago

juk0de commented 3 months ago

Some MTF files contain values surrounded by HTML paragraph tags. So far I've only seen them in the "fluff" section.

Example: Amarok 3

Since these tags are basically useless in a JSON context, they should be removed. This would also make the results more consistent.