我想知道为什么当我添加具有特定语言的反引号代码块时会出现空白页?
_config.yml
markdown: rdiscount
rdiscount:
extensions:
- autolink
- footnotes
- smart
pygments: false # default python pygments have been replaced by pygments.rb
在我的帖子中如果我在没有特定语言的情况下使用反引号
```
var foo = "Hello";
```
这工作正常,页面显示正常
但是当我使用带有特定语言 ex.js、javascript、java 的反引号时
```js
var foo = "Hello";
```
这是没有错误的空白页。
[2013-12-30 17:24:46] INFO WEBrick 1.3.1
[2013-12-30 17:24:46] INFO ruby 1.9.3 (2013-11-22) [i386-mingw32]
[2013-12-30 17:24:46] INFO WEBrick::HTTPServer#start: pid=7288 port=4000
Auto-regenerating enabled: source -> public
[2013-12-30 17:24:46] regeneration: 103 files changed
>>> Change detected at 17:24:47 to: screen.scss
identical public/stylesheets/screen.css
Dear developers making use of FSSM in your projects,
FSSM is essentially dead at this point. Further development will
be taking place in the new shared guard/listen project. Please
let us know if you need help transitioning! ^_^b
- Travis Tilley
>>> Compass is polling for changes. Press Ctrl-C to Stop.
127.0.0.1 - - [30/Dec/2013 17:25:06] "GET / HTTP/1.1" 200 - 0.8490
127.0.0.1 - - [30/Dec/2013 17:25:41] "GET / HTTP/1.1" 200 - 0.0040
我认为它在 Ubuntu 上运行良好,但在 Windows 7 上不起作用有
什么建议吗?
我的机器
- Windows 7 32 位
- 红宝石 1.9.3 p484
- rdiscount 2.0.7.3