Filipe Brandenburger wrote: > html2wiki --dialect MoinMoin my_file.html | sed '/^=/s/==\(=*\)/\1/g' Thanks, Filipe. That changes all the headings to = Title 1 =. I think I'll contact the maintainer of html2wiki and see if they know whether or not the MoinMoin dialect is behaving the way it is. Once I investigated it, I really think it's not behaving the way it should for MoinMoin. In the meantime, I'll play around with your sed one-liner there. Thanks! Max