Clojure-Article icon indicating copy to clipboard operation
Clojure-Article copied to clipboard

Html to md

Open uvtc opened this issue 12 years ago • 2 comments

Mark,

It would be very nice if the article had syntax highlighting for the code snippets.

It would also be nice if it were in some format other than raw html, for easier editing.

This big patch replaces article.html with article.md, and requires use of Pandoc to convert the article.md file to article.html. I also added a .gitignore to ignore the generated article.html file.

uvtc avatar Jul 22 '12 19:07 uvtc

You can see what the output file looks like at http://www.unexpected-vortices.com/temp/article.html .

uvtc avatar Jul 22 '12 19:07 uvtc

BTW, I did not change any of the actual content of the article in this pull-request --- just the source format. Though, I did manually set the syntax highlighting for the blocks (most were Clojure, some were Java, one or two were bash).

uvtc avatar Jul 22 '12 22:07 uvtc