Unfortunately that only gets so far. What do you do with lines such as "6.4.1.2"? To make them look nice, they need that replaced with little section headers, which can't be automated. I have been using regular expression parsing for some grunt work, so all I need do is skim through and add the titles. Like these:
Code:
^([0-9]+).([0-9]+).([0-9]+)
becomes:
\n=== ===\n
Check out sections 6.1-6.4 to see the latest progress!