change the first level html to markdown#60
Conversation
|
in issue #39 , people are also complain about html, maybe we need consider change all html to markdown? there are pandoc tool can convert them automatically. But I am not sure about this. These htmls could be integrated as manual with the IDE in the future. |
|
I wouldn't mind having all the html files in the doc/ folder converted to markdown. I certainly have no plans to incorporate an HTML viewer in mmj2, that sounds like something we should certainly outsource to an actual browser. If you want to add a help menu, it can just open the markdown docs in github by calling the default browser. |
|
Not sure about the |
|
After a search, I only found |
|
OK, I will consider change all html to markdown. |
Since markdown is widely used, and github support markdown well but html badly, so let's change the html files in first level directory to markdown.
About htmls in doc directory, I currently just hold on, because these htmls could be integrated with the IDE in the future.