This commit is contained in:
Zhang Huangbin 2014-09-27 00:02:12 +08:00
parent bf0d25c3bf
commit 7106d3fd35
1 changed files with 6 additions and 0 deletions

View File

@ -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.