Hi I want to write in Markdown so that readers can easily read my documents, whether or not they have a Markdown interpreter. As I understand it, Markdown was designed for this purpose. For this purpose, I don’t like ATX headings at all, as they are difficult to read in plain text. ATX headings level 6 are much more visible than ATX headings level 1. However, there are Setext headings I can use instead. The problem with Setext headings is that they only go up to level 2! --- What do you thi...