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.
as notice, "line-number vertical line" got moved way right in code block.
- how "move" line-number area left, , show line number?
- 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
Post a Comment