From public at quillio.com Fri Jun 1 19:21:05 2012 From: public at quillio.com (Lou Quillio) Date: Fri, 1 Jun 2012 12:21:05 -0700 Subject: [kramdown-users] CLI Suppress coderay line-numbering Message-ID: The kramdown CLI tool (v0.13.6) seems to default the `--coderay-line-numbers` argument to inline, rather than nil, and insists on a `table`, `list` or `inline` value. Is this a bug, or am I missing something? It's easy enough to suppress the generated line numbers (in HTML output) on the CSS layer, but the tool also adds leading space to each line of code, which is picked up in copy-paste operations from a browser, so is undesirable. Example:
1 I am a line of code, with leading space inserted;
2 I am another line of code;
My specific interest is to do something like ... $ kramdown --template