+ [2014-08-19T16:24:23Z] willb Hey all, if I'm using backtick code blocks, what do I need to do to separate options from the link text?
+ [2014-08-19T16:24:51Z] willb I'd like to give a start offset for line numbering, but it's turning into part of the link text
+ [2014-08-19T16:25:02Z] willb Here's what I'm doing now: ``` java FunctionRegistry.java https://github.com/apache/hive/blob/51dafbacab14eb57e603d04fdcecfec6ed6f7fd1/ql/src/java/org/apache/hadoop/hive/ql/exec/FunctionRegistry.java#L1011 link start:1011
+ [2014-08-19T16:25:41Z] willb and here's how it renders: http://glui.me/?i=t0rf8006f4xbmnz/2014-08-19_at_11.26_AM.png/
+ [2014-08-19T16:27:26Z] willb Actually, looking at the Octopress source, it appears that the start option isn't actually used. Is this correct?

message no. 41059

Posted by willb in #octopress at 2014-08-19T16:25:41Z

and here's how it renders: http://glui.me/?i=t0rf8006f4xbmnz/2014-08-19_at_11.26_AM.png/
+ [2014-08-21T06:26:58Z] nojeffrey with code blocks, if i pass: [lang:plain] i get this error: Pygments can't parse unknown language: 'plain']
+ [2014-08-21T06:27:29Z] nojeffrey but on here: http://octopress.org/docs/plugins/codeblock/ it says: [lang:language] - Choose a language for the syntax highlighter. Passing 'plain' disables highlighting.
+ [2014-08-21T06:28:00Z] nojeffrey the language is command line/cisco ios commands
+ [2014-08-21T06:31:21Z] nojeffrey lang:shell-session works without errors, but i still have numbered lines in the code block
+ [2014-08-21T06:34:52Z] nojeffrey gahh i should read more