bookmarkdown icon indicating copy to clipboard operation
bookmarkdown copied to clipboard

Chapters out of order.

Open sethwilhelm opened this issue 10 years ago • 1 comments

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

sethwilhelm avatar Jun 04 '14 22:06 sethwilhelm

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

ghost avatar Aug 31 '17 05:08 ghost