jekyll - Fenced Code Block Styling in Ordered List -


i using fenced-code-blocks in ordered-list. code have is

1. download , extract `jre-7u21-linux-i586.gz` `/usr/java`      `/usr/java` directory should similar this,      ```     /usr/java       |-- jdk1.6.0_43       |-- jre1.7.0_21     ```  2. tell `alternatives` have installed new `java` 

using octopress markdown config set redcarpet (instead of default rdiscount), following see.

screenshot

as notice, "line-number vertical line" got moved way right in code block.

  1. how "move" line-number area left, , show line number?
  2. or, if that's not possible, can please me remove "right vertical bar" altogether?

have here : https://github.com/imathis/octopress/pull/814

hope help.


i found best solution might using html tags instead. using plugins solve confusing.see example1 example2

 <ol> <li> download , extract `jre-7u21-linux-i586.gz` `/usr/java`      `/usr/java` directory should similar this,      ```     /usr/java       |-- jdk1.6.0_43       |-- jre1.7.0_21     ``` </li> <li> tell `alternatives` have installed new `java` </li> </ol> 

Comments

Popular posts from this blog

c# - DetailsView in ASP.Net - How to add another column on the side/add a control in each row? -

javascript - firefox memory leak -

Trying to import CSV file to a SQL Server database using asp.net and c# - can't find what I'm missing -