I’ve been refreshing my blog’s look. I created new favicons, blog-banners, and changed my WordPress theme to a simpler and more modern style. I’d really like to harmonize my picture and blog sites, but CSS issues are frustrating me. I have no desire to plunge into the CSS blog sand, but if you care about … Continue reading Sinking in Blog Sand
Tag: CSS
Pandoc based J Syntax Highlighting
John MacFarlane's excellent command line utility Pandoc is a Haskell program that converts to and from various text markup languages. Pandoc's help option lists its supported input and output formats. The following examples are Linux bash shell commands. Windows shell commands are identical. $ pandoc --help pandoc [OPTIONS] [FILES] Input formats: native, json, markdown, markdown+lhs, … Continue reading Pandoc based J Syntax Highlighting