Scott Granneman
2015-Jul-17 04:19 UTC
New Static Site Theme for World (Literature) Classics in Markdown e.g. A Tale of Two Cities, The Trial, etc.
Looks great, but I have a small quibble. Throughout the book, you have
used an en dash instead of an em dash, as here: ?empty as a
church?till at last I got?. Might want to do a s/?/?/g & fix
that.
Cool work, though!
Scott
--
R. Scott Granneman
scott at granneman.com ~ www.granneman.com
Contact info: granneman.tel
?UNIX was not designed to stop its users from doing stupid things, as
that would also stop them from doing clever things.?
---Doug Gwyn
On 16 Jul 2015, at 17:48, Gerald Bauer wrote:
> Hello,
>
> As a showcase I've converted a good old Gutenberg plain text world
> (literature) classic to markdown.
>
> See the Strange Case of Dr. Jekyll and Mr. Hyde
> by Robert Louis Stevenson [1] as an example.
>
> Next I've put together a static site theme that lets you basically
> drop all chapters into a _chapters folder and you're done, that is,
> you get a great looking online live (e)book.
>
> See the Dr. Jekyll and Mr. Hyde live version (demo) [2]
> thanks to GitHub Pages (with built-in - surprise, surprise - Jekyll
> processing ;-))
>
> And finally the ready-to-fork theme/template repo/source [3].
>
>
> Anyone else tried to convert world classics to Markdown
> for generating great looking books? Any insight appreciated.
> Questions? Comments? Welcome.
>
> Cheers.
>
> [1] https://github.com/writekit/classics--dr-jekyll-and-mr-hyde
> [2] http://drjekyllthemes.github.io/jekyll-book-theme
> [3] https://github.com/drjekyllthemes/jekyll-book-theme
> _______________________________________________
> Markdown-Discuss mailing list
> Markdown-Discuss at six.pairlist.net
> https://pairlist6.pair.net/mailman/listinfo/markdown-discuss
Gerald Bauer
2015-Jul-17 08:08 UTC
New Static Site Theme for World (Literature) Classics in Markdown e.g. A Tale of Two Cities, The Trial, etc.
Hello, Thanks for your kind words. Good point. I've added a issue ticket [1]. The dash gets converted by the Markdown processor - in this case it's kramdown. The dash in the source is just plain text e.g. -- Will see if the "smarty pants" conversion can get configured in kramdown. Cheers. [1] https://github.com/drjekyllthemes/jekyll-book-theme/issues/1