However, I did find out the hard way that Markdown considers indenting to mean "wrap this in <code> tags"
I had been using tabs in my text file to mark paragraphs. When I used the markdown method to create a TOC, the entire book turned into monospaced non-broken lines.
Removing the tabs and adding blank lines between the paragraphs fixed the problem.
|