To further explain things, MoinMoin starts off headers with = Title 1 = and here's the problem with the html2wiki converter, it actually doesn't convert the h1 correctly with how I would logically think it should work. h1 equals == Title 2 == h2 equals === Title 3 === h3 equals ==== Title 4 ==== h4 equals ===== Title 5 ==== Ultimately, the conversion being done is wrong, because the Title 1 exists, but html2wiki starts off with Title 2. So, even if I re-work my headings on my website, the converter tool wouldn't do the correct job for what you want things to look like. I would say that the conversation should realistically look like this: h1 equals = Title 1 = h2 equals == Title 2 == h3 equals === Title 3 === h4 equals ==== Title 4 ==== h5 equals ===== Title 5 ===== But it doesn't, so I'll live the tool the way it is since it still saves me a ton of time with MoinMoin syntax. Regards, Max