Dungeon-World icon indicating copy to clipboard operation
Dungeon-World copied to clipboard

Inconsistent headers for Wizard, Fighter and Paladin

Open maxlambertini opened this issue 12 years ago • 1 comments

Hello,

I've noticed that in your XML Wizard, Fighter and Paladin class headers are surrounded by a ClassName tag, while other classes' headers are surrounded by the usual h1 tag. Which is the correct way?

The reason of this issue is that I've started a side project of my own that involves conversion of XML file into TeX/ConTeXt sources. To do this, I use a tool to convert XHTML to ConTeXt, and one of its features is splitting a long file into chapters using h1 tags. All projects are here on github: https://github.com/maxlambertini

Thank you for all your work!

maxlambertini avatar May 24 '12 06:05 maxlambertini

h1 is the correct tag, ClassName was from an older version where we weren't trying to be html-compatible. I'll fix it.

Sagelt avatar Aug 28 '12 23:08 Sagelt