+[2014-08-19T16:24:23Z]willbHey 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]willbI'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]willbHere'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]willband here's how it renders: http://glui.me/?i=t0rf8006f4xbmnz/2014-08-19_at_11.26_AM.png/ +[2014-08-19T16:27:26Z]willbActually, looking at the Octopress source, it appears that the start option isn't actually used. Is this correct?
+[2014-08-21T06:26:58Z]nojeffreywith code blocks, if i pass: [lang:plain] i get this error: Pygments can't parse unknown language: 'plain'] +[2014-08-21T06:27:29Z]nojeffreybut 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]nojeffreythe language is command line/cisco ios commands +[2014-08-21T06:31:21Z]nojeffreylang:shell-session works without errors, but i still have numbered lines in the code block +[2014-08-21T06:34:52Z]nojeffreygahh i should read more