特定の言語でバックティック コード ブロックを追加すると、空白のページが表示されるのはなぜですか?
_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