sjl / bookmarkdown

MIT License
30 stars 11 forks source link

Chapters out of order. #3

Open sethwilhelm opened 10 years ago

sethwilhelm commented 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: ...

ghost commented 7 years ago

pull request https://github.com/sjl/bookmarkdown/pull/4