Open sethwilhelm opened 10 years ago
Your chapters for "Learn Vimscript the Hard Way" may be created out of order. This can be corrected by sorting the directory listing in the _build_html and _build_leanpub methods. ... lst = os.listdir('chapters') lst.sort(); for filename in lst: ...
pull request https://github.com/sjl/bookmarkdown/pull/4
Your chapters for "Learn Vimscript the Hard Way" may be created out of order. This can be corrected by sorting the directory listing in the _build_html and _build_leanpub methods. ... lst = os.listdir('chapters') lst.sort(); for filename in lst: ...