From 7106d3fd3524241267181927c16d08ea4530dfb7 Mon Sep 17 00:00:00 2001 From: Zhang Huangbin Date: Sat, 27 Sep 2014 00:02:12 +0800 Subject: [PATCH] Typo. --- TODO.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/TODO.md b/TODO.md index 50222997..cf41b772 100644 --- a/TODO.md +++ b/TODO.md @@ -5,3 +5,9 @@ it will save a lot of time. Sample usage: ``` # bash convert.sh 4-howto/abc.md 9-troubleshooting/def.md ``` + +Split main code to several small functions: + + 1. Find all articles, or get articles from command line. + 1. Convert file names, etc. + 1. Execute tools/markdown2html.py to convert files.